mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 17:22:11 +01:00
noninteractive
This commit is contained in:
parent
989a02f088
commit
1d3c8a0753
@ -12,7 +12,7 @@ test_circuit () {
|
||||
echo -e "===== Testing verilog \e[33m$circuit\e[0m ($mode) ======"
|
||||
|
||||
if iverilog -o tmp.verilog -Ddut=$circuit ../test_circuits/verilog_circuits/$mode/$circuit.v tb_$type.v ; then
|
||||
tv=`vvp tmp.verilog`
|
||||
tv=`vvp -n tmp.verilog`
|
||||
if [[ $tv ]]; then
|
||||
echo -e "[\e[31mfail\e[0m]"
|
||||
echo -e $tv
|
||||
|
Loading…
x
Reference in New Issue
Block a user