URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [tb/] [tb.v] - Diff between revs 36 and 49
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 36 |
Rev 49 |
Line 508... |
Line 508... |
always @ ( posedge `U_SYSTEM.sys_clk )
|
always @ ( posedge `U_SYSTEM.sys_clk )
|
if ( timeout != 0 )
|
if ( timeout != 0 )
|
if (`U_TB.clk_count >= timeout)
|
if (`U_TB.clk_count >= timeout)
|
begin
|
begin
|
`TB_ERROR_MESSAGE
|
`TB_ERROR_MESSAGE
|
$display("Timeout Error");
|
$display("Timeout Error. Edit $AMBER_BASE/hw/tests/timeouts.txt to change the timeout");
|
end
|
end
|
|
|
// ======================================
|
// ======================================
|
// Tasks
|
// Tasks
|
// ======================================
|
// ======================================
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.