1
0
mirror of https://github.com/cclassic/model-ghdl synced 2024-09-27 02:45:04 +02:00
A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with programs like Sigasi.
Go to file
2015-04-10 22:42:18 +02:00
vcom Works with 2008 now (no autoedetect though, use -ghdl "--std=08" in Sigasi) 2015-03-22 11:21:28 +01:00
vsim [vsim] Bugfix: convert top level to lower case 2015-04-10 22:42:18 +02:00
.gitignore Fixed gitignore for build-directories 2015-01-18 21:16:02 +01:00
LICENSE Init commit 2015-01-18 20:40:39 +01:00
README.md Added tips to README 2015-04-09 09:45:27 +02:00

model-ghdl

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