commit | 30c8ab7d56e3951b5ea0fba6bcc413aaf0141178 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@linux.ibm.com> | Mon Dec 05 20:24:44 2022 +1100 |
committer | Anton Blanchard <anton@ozlabs.org> | Mon Dec 05 20:24:44 2022 +1100 |
tree | da81a541e5279d85a89207a8f8bcec1c82e1db14 | |
parent | a3f52c2572272126450a5ac81505c87f799ac9af [diff] |
Reduce timeout on minimal test so it fails faster
diff --git a/verilog/dv/microwatt/minimal/minimal_tb.v b/verilog/dv/microwatt/minimal/minimal_tb.v index d00f86f..d83870e 100644 --- a/verilog/dv/microwatt/minimal/minimal_tb.v +++ b/verilog/dv/microwatt/minimal/minimal_tb.v
@@ -69,7 +69,7 @@ // Set the timeout at around 10x what the test should finish // in - repeat (200000) begin + repeat (20000) begin @(posedge clock); end