mirror of
https://github.com/sxpert/hp-saturn
synced 2024-11-16 19:50:19 +01:00
add some wires
This commit is contained in:
parent
8b985acc8a
commit
235dbfa913
1 changed files with 7 additions and 0 deletions
|
@ -173,7 +173,14 @@ saturn_alu m_alu (
|
|||
.i_reg_src2 (reg_src2),
|
||||
|
||||
.i_ins_alu_op (ins_alu_op),
|
||||
.i_ins_set_mode (ins_set_mode),
|
||||
.i_ins_rtn (ins_rtn),
|
||||
|
||||
.i_mode_dec (mode_dec),
|
||||
.i_set_xm (set_xm),
|
||||
.i_set_carry (set_carry),
|
||||
.i_carry_val (carry_val),
|
||||
|
||||
.o_reg_p (reg_p),
|
||||
.o_pc (reg_pc)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue