aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue332/comp.bat
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-06-07 21:15:18 +0200
committerTristan Gingold <tgingold@free.fr>2017-06-07 21:15:18 +0200
commitf676c2d34ac46eff1633a6541724c552f0f9eac5 (patch)
treef208485acabc83697857a432a3046e32e28af09c /testsuite/gna/issue332/comp.bat
parent14b82144f46a8b33e7b38b105e64dee30d889cf2 (diff)
downloadghdl-f676c2d34ac46eff1633a6541724c552f0f9eac5.tar.gz
ghdl-f676c2d34ac46eff1633a6541724c552f0f9eac5.tar.bz2
ghdl-f676c2d34ac46eff1633a6541724c552f0f9eac5.zip
Add reproducer for #332
Diffstat (limited to 'testsuite/gna/issue332/comp.bat')
-rw-r--r--testsuite/gna/issue332/comp.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/issue332/comp.bat b/testsuite/gna/issue332/comp.bat
new file mode 100644
index 000000000..73f9ea93c
--- /dev/null
+++ b/testsuite/gna/issue332/comp.bat
@@ -0,0 +1,6 @@
+ghdl -a -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 ilos_sim_pkg.vhd
+ghdl -a -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 irqc_pif_pkg.vhd
+ghdl -a -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 irqc_pif.vhd
+ghdl -a -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 irqc_tb.vhd
+ghdl -r -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 tb_irqc --wave=sim.ghw
+rem ghdl -r -fexplicit -frelaxed-rules --mb-comments --warn-binding --ieee=synopsys --no-vital-checks --std=08 tb_irqc --vcd=sim.vcd \ No newline at end of file