Added clarification of memory interface

This commit is contained in:
Arlet Ottens
2015-08-31 20:25:47 +02:00
parent dff3abaaac
commit ae653ab688
2 changed files with 6 additions and 2 deletions

2
cpu.v
View File

@@ -674,7 +674,6 @@ always @*
always @*
case( state )
BRA1,
JSR1,
RTS1,
RTI0,
RTI1,
@@ -683,6 +682,7 @@ always @*
READ,
REG,
JSR0,
JSR1,
JSR2,
BRK0,
BRK1,