mirror of
https://github.com/cclassic/model-ghdl
synced 2024-11-14 07:29:52 +01:00
Added doc
This commit is contained in:
parent
53f3e187a4
commit
4f7478b8c1
27
README.md
27
README.md
@ -2,3 +2,30 @@ model-ghdl
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with programs like Sigasi.
|
A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with programs like Sigasi.
|
||||||
|
|
||||||
|
|
||||||
|
VCOM
|
||||||
|
----
|
||||||
|
### Original commands
|
||||||
|
* -work <top>: Set top level
|
||||||
|
* -workdir <dir>: Set working directory
|
||||||
|
* -87, -93, -93c, -2000, -2002, -2008: Set VHDL version
|
||||||
|
|
||||||
|
### Additional commands
|
||||||
|
* -ghdl <param>: Supply these arguments directly to GHDL (can be used multiple times)
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
* cwd is expected to be the compile directory
|
||||||
|
|
||||||
|
|
||||||
|
VSIM
|
||||||
|
----
|
||||||
|
### Original commands
|
||||||
|
* -gui work.toplevel(RTL): Set toplevel and work library
|
||||||
|
|
||||||
|
### Additional commands
|
||||||
|
* -ghdl <param>: Supply these arguments directly to GHDL (can be used multiple times)
|
||||||
|
* -gtkwprefix: Prefix for the .gtkw save file. Path will be $cwd/$prefix$toplevel.gtkw
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
* cwd is expected to be the source directory (used for .gtkw save path)
|
||||||
|
Loading…
Reference in New Issue
Block a user