URL
https://opencores.org/ocsvn/tv80/tv80/trunk
[/] [tv80/] [trunk/] [env/] [env_io.v] - Diff between revs 2 and 31
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 31 |
Line 109... |
Line 109... |
begin
|
begin
|
tb_top.int_n <= #1 1'b0;
|
tb_top.int_n <= #1 1'b0;
|
int_countdown = 0;
|
int_countdown = 0;
|
end
|
end
|
else if (int_countdown > 1)
|
else if (int_countdown > 1)
|
|
begin
|
int_countdown = int_countdown - 1;
|
int_countdown = int_countdown - 1;
|
|
tb_top.int_n <= #1 1'b1;
|
|
end
|
end
|
end
|
|
|
endmodule // env_io
|
endmodule // env_io
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.