summaryrefslogtreecommitdiff
path: root/examples/intel/asicworld_lfsr/runme_postsynth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/intel/asicworld_lfsr/runme_postsynth')
-rwxr-xr-xexamples/intel/asicworld_lfsr/runme_postsynth5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/intel/asicworld_lfsr/runme_postsynth b/examples/intel/asicworld_lfsr/runme_postsynth
new file mode 100755
index 00000000..c3b26b03
--- /dev/null
+++ b/examples/intel/asicworld_lfsr/runme_postsynth
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+iverilog -D POST_IMPL -o verif_post -s tb lfsr_updown_tb.v top.vqm $(yosys-config --datdir/altera_intel/max10/cells_comb_max10.v)
+vvp -N verif_post
+