8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SOURCE="crc12_tb.v"
|
||
|
SOURCE+=" ../jesd204_common/jesd204_crc12.v"
|
||
|
|
||
|
cd `dirname $0`
|
||
|
source run_tb.sh
|