Project

General

Profile

« Previous | Next » 

Revision 319

Added by markw over 10 years ago

Fix write through problem

View differences:

common/a8core/internalromram.vhd
PORT MAP(clock => clock,
address => ram_addr,
data => ram_data_in(7 downto 0),
we => RAM_WR_ENABLE,
we => RAM_WR_ENABLE and ram_request,
q => ram_data
);
ram_request_complete <= ram_request_reg;

Also available in: Unified diff