Visibility inside FPGAs

How can I use the raw fusion utility in command line?

< All Topics
Print

How can I use the raw fusion utility in command line?

$ ./RawFusion –help

Options:
-h, –help Displays this help.
–project Run a project in headless mode.
–log Log file.
–offscreen Run in headless mode.

The minimal usage is as follows:
./RawFusion –project

Add “–offscreen” if the GUI should not be displayed.

×