8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SOURCE="tx_ctrl_phase_tb.v"
|
||
|
SOURCE+=" ../jesd204_tx/tx_ctrl.v"
|
||
|
|
||
|
cd `dirname $0`
|
||
|
source run_tb.sh
|