Modelsim to GHDL converter
Go to file
Makise Kurisu ea1b2aff3f Added support for multiple -ghdl arguments, added language args for vsim 2015-06-19 15:06:57 +02:00
vcom Added support for multiple -ghdl arguments, added language args for vsim 2015-06-19 15:06:57 +02:00
vsim Added support for multiple -ghdl arguments, added language args for vsim 2015-06-19 15:06:57 +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 -gtksave to README 2015-04-11 20:20:14 +02:00

README.md

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)
  • -gtksave "/path/to/your/gtkw-directory" to automatically load a specific wave layout (<path>/<top_entity.gtkw>)