summaryrefslogtreecommitdiffstats
path: root/usrp1/tb/run_fullchip
diff options
context:
space:
mode:
Diffstat (limited to 'usrp1/tb/run_fullchip')
-rwxr-xr-xusrp1/tb/run_fullchip4
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp1/tb/run_fullchip b/usrp1/tb/run_fullchip
new file mode 100755
index 000000000..eb81d7ff7
--- /dev/null
+++ b/usrp1/tb/run_fullchip
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+iverilog -y ../toplevel/fullchip -y ../sdr_lib -y ../models -y . -o fullchip_tb fullchip_tb.v
+