mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Moved to 2008 version of ghdl - requires 0.33, expect travis fail
This commit is contained in:
parent
755d2b8c13
commit
62aa73f2c2
@ -41,8 +41,8 @@ def registerSimulator(name=None, hdl=None, analyze=None, elaborate=None, simulat
|
|||||||
registerSimulator(
|
registerSimulator(
|
||||||
name="ghdl",
|
name="ghdl",
|
||||||
hdl="VHDL",
|
hdl="VHDL",
|
||||||
analyze="ghdl -a --workdir=work pck_myhdl_%(version)s.vhd %(topname)s.vhd",
|
analyze="ghdl -a --std=08 --workdir=work pck_myhdl_%(version)s.vhd %(topname)s.vhd",
|
||||||
elaborate="ghdl -e --workdir=work -o %(unitname)s %(topname)s",
|
elaborate="ghdl -e --std=08 --workdir=work %(unitname)s",
|
||||||
simulate="ghdl -r --workdir=work %(unitname)s"
|
simulate="ghdl -r --workdir=work %(unitname)s"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user