Altera_Forum
Honored Contributor
8 years agoProblem reading RAM.
I have a state machine
when ST_MCP25625_TO_RAM_2 =>
if (idx1 < MAILBOX_COUNT-1) then
temp_mailbox_addr := (MAILBOX_SIZE * idx1) + MAILBOX_OFFSET;
ram_addr_a <= std_logic_ve...