URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
Subversion Repositories t6507lp
Compare Revisions
- This comparison shows the changes necessary to convert path
/t6507lp/trunk
- from Rev 202 to Rev 201
- ↔ Reverse comparison
Rev 202 → Rev 201
/rtl/verilog/t6507lp_fsm.v
834,12 → 834,9
end |
PULL_PCL: begin |
next_state = PULL_PCH; |
|
if (rti) begin |
alu_opcode = ir; |
alu_enable = 1'b1; |
alu_a = temp_data; |
end |
alu_opcode = ir; |
alu_enable = 1'b1; |
alu_a = temp_data; |
end |
PULL_PCH: begin |
if (rti) begin |