URL
https://opencores.org/ocsvn/mod_sim_exp/mod_sim_exp/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 40 |
Rev 42 |
Line 59... |
Line 59... |
|
|
-- DO NOT EDIT ABOVE THIS LINE --------------------
|
-- DO NOT EDIT ABOVE THIS LINE --------------------
|
|
|
--USER libraries added here
|
--USER libraries added here
|
library mod_sim_exp;
|
library mod_sim_exp;
|
use mod_sim_exp.mod_sim_exp_core_pkg.all;
|
use mod_sim_exp.mod_sim_exp_pkg.all;
|
|
|
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
-- Entity section
|
-- Entity section
|
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
-- Definition of Generics:
|
-- Definition of Generics:
|
Line 331... |
Line 331... |
begin
|
begin
|
|
|
if ( Bus2IP_Clk'event and Bus2IP_Clk = '1' ) then
|
if ( Bus2IP_Clk'event and Bus2IP_Clk = '1' ) then
|
if ( Bus2IP_Reset = '1' ) then
|
if ( Bus2IP_Reset = '1' ) then
|
mem_read_enable_dly1 <= '0';
|
mem_read_enable_dly1 <= '0';
|
|
|
else
|
else
|
mem_read_enable_dly1 <= mem_read_enable;
|
mem_read_enable_dly1 <= mem_read_enable;
|
end if;
|
end if;
|
end if;
|
end if;
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.