lnis-uofu / OpenFPGA

An Open-source FPGA IP Generator
https://openfpga.readthedocs.io/en/master/
MIT License
813 stars 161 forks source link

OpenFPGA Shell #75

Closed GunnerG closed 4 years ago

GunnerG commented 4 years ago

1->I have successfully compiled the OpenFPGA project. I want to access OpenFPGA Shell. Do i need to setup environment variable to access this shell globally..?

tangxifan commented 4 years ago

Hello, OpenFPGA does not require any environment variables.

If you want to try OpenFPGA shell, you can follow

   cd ${YOUR_OPENFPGA_ROOT_DIRECTORY}/openfpga
   ./openfpga

The learning curve of OpenFPGA commands could be steep, therefore I suggest you follow our quick tutorials first. Our task-run scripts can help you understand how OpenFPGA works.