aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/b200/catgen_tb.build
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/top/b200/catgen_tb.build')
-rwxr-xr-xfpga/usrp3/top/b200/catgen_tb.build21
1 files changed, 0 insertions, 21 deletions
diff --git a/fpga/usrp3/top/b200/catgen_tb.build b/fpga/usrp3/top/b200/catgen_tb.build
deleted file mode 100755
index 072495479..000000000
--- a/fpga/usrp3/top/b200/catgen_tb.build
+++ /dev/null
@@ -1,21 +0,0 @@
-
-#!/bin/sh
-
-rm -rf isim*
-rm -rf catgen_tb
-rm -rf fuse*
-\
-# --sourcelibdir ../../models \
-
-vlogcomp \
- --sourcelibext .v \
- --sourcelibdir ../../coregen \
- --sourcelibdir ../../control_lib \
- --sourcelibdir . \
- --sourcelibdir $XILINX/verilog/src \
- --sourcelibdir $XILINX/verilog/src/unisims \
- --work work \
- catgen_tb.v
-
-
-fuse -o catgen_tb catgen_tb \ No newline at end of file