8 lines
426 B
Markdown
8 lines
426 B
Markdown
Usage:
|
|
|
|
1. Add sources definitions (modules and tb) in `setup_workspace.bat/sh`.
|
|
2. Run `setup_workspace.bat/sh` everytime you add new sources to the project.
|
|
3. Compile/elaborate project using `elaborate.bat/sh` when you finished code.
|
|
4. If every steps above executed successfully, you can run `run_simu.bat/sh` to generate GWD file.
|
|
5. The GWD file can be viewed using [gtkwave](https://gtkwave.sourceforge.net/) software.
|