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