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