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 201 to Rev 202
- ↔ Reverse comparison
Rev 201 → Rev 202
/rtl/verilog/t6507lp_fsm.v
834,9 → 834,12
end |
PULL_PCL: begin |
next_state = PULL_PCH; |
alu_opcode = ir; |
alu_enable = 1'b1; |
alu_a = temp_data; |
|
if (rti) begin |
alu_opcode = ir; |
alu_enable = 1'b1; |
alu_a = temp_data; |
end |
end |
PULL_PCH: begin |
if (rti) begin |