aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x300/gen_ddrlvds_tb.build
blob: 9427a73684f7b3675fc940146cf526eb01cd4eb8 (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 gen_ddrlvds_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 \
    gen_ddrlvds_tb.v

 
fuse -o gen_ddrlvds_tb gen_ddrlvds_tb