Orus makes debugging vhdl with IntelModel Sim easier, you can do it right from the command line!
- Have Intel ModelSim installed
- Have Go installed (to run from source)
go run .
From executable:
Orus.exe [file you want to run]
Example:
Orus.exe C:/Users/rncb0/Code/VHDL/hw17.vhd
- You need to save your file twice for Orus to update the signals
- Takes ~1s to compile and run. How do we make it run faster?
- STD_LOGIC_VECTOR does not work! I will fix it soon