mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 13:37:20 -04:00
Fixed typo/error in ex stage from last commit
This commit is contained in:
parent
7a34cde770
commit
a1430b3394
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ module ex_stage
|
|||
.adder_lsu_o ( alu_adder_lsu_int ),
|
||||
|
||||
.result_o ( alu_result ),
|
||||
.overflow_o ( alu_overflow_int ), // Internal signal
|
||||
.carry_o ( alu_carry_int ), // Internal signal
|
||||
.overflow_o ( alu_overflow_int ),
|
||||
.carry_o ( alu_carry_int )
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue