Add reset input to memory mapper
Upon reset the memory mapper is automatically disabled, but the mappings are not cleared.
This commit is contained in:
@@ -94,6 +94,7 @@ assign mm_address = {mm_MO, cpu_addr[11:0]};
|
||||
|
||||
memory_mapper memory_mapper(
|
||||
.clk(clk),
|
||||
.rst(rst),
|
||||
.rw(cpu_rwb),
|
||||
.cs(mm_cs1),
|
||||
.MM_cs(mm_cs2),
|
||||
|
||||
Reference in New Issue
Block a user