mit-sanctum / riscv-fesvr

(Sanctum) RISC-V Frontend Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISC-V Frontend Server

About

This repository contains the front-end server library, which facilitates communication between a host machine and a RISC-V target machine. It is usually not meant to be used as a standalone package.

Build Steps

Execute the following commands to install the library, assuming you've declared the RISCV environment variable to point to the RISC-V install path:

$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV
$ make install

About

(Sanctum) RISC-V Frontend Server

License:Other


Languages

Language:C++ 46.2%Language:C 34.6%Language:Makefile 10.1%Language:Shell 6.4%Language:M4 2.7%