Revision 319
Added by markw almost 11 years ago
| 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;
|
||
Fix write through problem