aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/b200/catcap_tb.build
blob: 827ab06287cf8a48b94017912b617614f4fb1fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

rm -rf isim* 
rm -rf catcap_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 \
    catcap_tb.v

 
fuse -o catcap_tb catcap_tb