diff options
Diffstat (limited to 'usrp/fpga/tb/run_fullchip')
-rwxr-xr-x | usrp/fpga/tb/run_fullchip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usrp/fpga/tb/run_fullchip b/usrp/fpga/tb/run_fullchip deleted file mode 100755 index eb81d7ff7..000000000 --- a/usrp/fpga/tb/run_fullchip +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -iverilog -y ../toplevel/fullchip -y ../sdr_lib -y ../models -y . -o fullchip_tb fullchip_tb.v - |