fixed typo

This commit is contained in:
Arlet
2011-10-02 12:23:40 +02:00
parent 3678fc4f4e
commit 6796444f2c

2
cpu.v
View File

@@ -798,7 +798,7 @@ always @(posedge clk)
else if( state == REG ) begin else if( state == REG ) begin
if( sei ) I <= 1; if( sei ) I <= 1;
if( cli ) I <= 0; if( cli ) I <= 0;
else if( state == DECODE ) end else if( state == DECODE )
if( plp ) I <= ADD[2]; if( plp ) I <= ADD[2];
/* /*