URL
https://opencores.org/ocsvn/a-z80/a-z80/trunk
[/] [a-z80/] [trunk/] [cpu/] [control/] [memory_ifc.v] - Diff between revs 18 and 20
Show entire file |
Details |
Blame |
View Log
Rev 18 |
Rev 20 |
Line 12... |
Line 12... |
// Altera or its authorized distributors. Please refer to the
|
// Altera or its authorized distributors. Please refer to the
|
// applicable agreement for further details.
|
// applicable agreement for further details.
|
|
|
// PROGRAM "Quartus II 64-Bit"
|
// PROGRAM "Quartus II 64-Bit"
|
// VERSION "Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition"
|
// VERSION "Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition"
|
// CREATED "Mon Dec 04 20:31:24 2017"
|
// CREATED "Sun Dec 09 19:14:29 2018"
|
|
|
module memory_ifc(
|
module memory_ifc(
|
clk,
|
clk,
|
nM1_int,
|
nM1_int,
|
ctl_mRead,
|
ctl_mRead,
|
Line 144... |
Line 144... |
if (!nreset)
|
if (!nreset)
|
begin
|
begin
|
wait_iorqinta <= 0;
|
wait_iorqinta <= 0;
|
end
|
end
|
else
|
else
|
if (timings_en)
|
|
begin
|
begin
|
wait_iorqinta <= iorq_Tw;
|
wait_iorqinta <= iorq_Tw;
|
end
|
end
|
end
|
end
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.