diff options
Diffstat (limited to 'fpga/usrp1/tb/run_cordic')
-rwxr-xr-x | fpga/usrp1/tb/run_cordic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpga/usrp1/tb/run_cordic b/fpga/usrp1/tb/run_cordic new file mode 100755 index 000000000..68144fc83 --- /dev/null +++ b/fpga/usrp1/tb/run_cordic @@ -0,0 +1,4 @@ +#!/bin/sh + +iverilog -y ../sdr_lib -o cordic_tb cordic_tb.v + |