mirror of
https://github.com/cclassic/model-ghdl
synced 2024-11-14 07:29:52 +01:00
Added tips to README
This commit is contained in:
parent
3e75adb07c
commit
e3b8e2b090
@ -1,4 +1,11 @@
|
|||||||
model-ghdl
|
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.
|
||||||
|
|
||||||
|
## Tips
|
||||||
|
Add the following arguments in Sigasi:
|
||||||
|
|
||||||
|
### vsim
|
||||||
|
* ```-ghdl "--std=08"``` to enable VHDL 2008 support (if any problems occur)
|
||||||
|
* ```-gtkwave "--save=/path/to/your/savefile"``` to automatically load a specific wave layout
|
||||||
|
Loading…
Reference in New Issue
Block a user