2021-12-01 13:58:49 +01:00
|
|
|
#!/bin/bash
|
2020-12-02 11:09:36 +01:00
|
|
|
|
2021-12-01 13:58:49 +01:00
|
|
|
source "$COMMON_DIR/vhdl_run.sh"
|
2020-12-02 21:19:33 +01:00
|
|
|
|
2020-12-06 16:32:23 +01:00
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
|
2021-12-01 13:58:49 +01:00
|
|
|
DUT_OUTPUT_WIDTH=12
|
|
|
|
test_synth day2 parser.vhdl verifier.vhdl top.vhdl
|