8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SOURCE="$0.v"
|
||
|
SOURCE+=" axi_ad3552r_if.v"
|
||
|
|
||
|
cd `dirname $0`
|
||
|
source ../common/tb/run_tb.sh
|