9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SOURCE="$0.v"
|
||
|
SOURCE+=" ../axi_dmac_reset_manager.v"
|
||
|
SOURCE+=" ../../util_cdc/sync_bits.v"
|
||
|
|
||
|
cd `dirname $0`
|
||
|
source run_tb.sh
|