1
0
mirror of https://github.com/cclassic/model-ghdl synced 2024-09-28 02:45:06 +02:00
model-ghdl/README.md

12 lines
386 B
Markdown
Raw Normal View History

2015-01-18 20:40:39 +01:00
model-ghdl
==========
2015-04-09 09:45:27 +02:00
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)
2015-04-11 20:20:14 +02:00
* ```-gtksave "/path/to/your/gtkw-directory"``` to automatically load a specific wave layout (```<path>/<top_entity.gtkw>```)