summaryrefslogtreecommitdiff
path: root/examples/intel/asicworld_lfsr/runme_presynth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/intel/asicworld_lfsr/runme_presynth')
-rwxr-xr-xexamples/intel/asicworld_lfsr/runme_presynth5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/intel/asicworld_lfsr/runme_presynth b/examples/intel/asicworld_lfsr/runme_presynth
new file mode 100755
index 00000000..51118bb4
--- /dev/null
+++ b/examples/intel/asicworld_lfsr/runme_presynth
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+iverilog -o presynth lfsr_updown_tb.v lfsr_updown.v &&\
+
+vvp -N presynth \ No newline at end of file