Line 104... |
Line 104... |
wire [3:0] rds_sel_nxt;
|
wire [3:0] rds_sel_nxt;
|
wire [3:0] rn_sel_nxt;
|
wire [3:0] rn_sel_nxt;
|
wire [1:0] barrel_shift_amount_sel;
|
wire [1:0] barrel_shift_amount_sel;
|
wire [1:0] barrel_shift_data_sel;
|
wire [1:0] barrel_shift_data_sel;
|
wire [1:0] barrel_shift_function;
|
wire [1:0] barrel_shift_function;
|
|
wire use_carry_in;
|
wire [8:0] alu_function;
|
wire [8:0] alu_function;
|
wire [1:0] multiply_function;
|
wire [1:0] multiply_function;
|
wire [2:0] interrupt_vector_sel;
|
wire [2:0] interrupt_vector_sel;
|
wire [3:0] address_sel;
|
wire [3:0] address_sel;
|
wire [1:0] pc_sel;
|
wire [1:0] pc_sel;
|
Line 224... |
Line 225... |
.o_rds_sel_nxt ( rds_sel_nxt ),
|
.o_rds_sel_nxt ( rds_sel_nxt ),
|
.o_rn_sel_nxt ( rn_sel_nxt ),
|
.o_rn_sel_nxt ( rn_sel_nxt ),
|
.o_barrel_shift_amount_sel ( barrel_shift_amount_sel ),
|
.o_barrel_shift_amount_sel ( barrel_shift_amount_sel ),
|
.o_barrel_shift_data_sel ( barrel_shift_data_sel ),
|
.o_barrel_shift_data_sel ( barrel_shift_data_sel ),
|
.o_barrel_shift_function ( barrel_shift_function ),
|
.o_barrel_shift_function ( barrel_shift_function ),
|
|
.o_use_carry_in ( use_carry_in ),
|
.o_alu_function ( alu_function ),
|
.o_alu_function ( alu_function ),
|
.o_multiply_function ( multiply_function ),
|
.o_multiply_function ( multiply_function ),
|
.o_interrupt_vector_sel ( interrupt_vector_sel ),
|
.o_interrupt_vector_sel ( interrupt_vector_sel ),
|
.o_address_sel ( address_sel ),
|
.o_address_sel ( address_sel ),
|
.o_pc_sel ( pc_sel ),
|
.o_pc_sel ( pc_sel ),
|
Line 303... |
Line 305... |
.i_rds_sel_nxt ( rds_sel_nxt ),
|
.i_rds_sel_nxt ( rds_sel_nxt ),
|
.i_rn_sel_nxt ( rn_sel_nxt ),
|
.i_rn_sel_nxt ( rn_sel_nxt ),
|
.i_barrel_shift_amount_sel ( barrel_shift_amount_sel ),
|
.i_barrel_shift_amount_sel ( barrel_shift_amount_sel ),
|
.i_barrel_shift_data_sel ( barrel_shift_data_sel ),
|
.i_barrel_shift_data_sel ( barrel_shift_data_sel ),
|
.i_barrel_shift_function ( barrel_shift_function ),
|
.i_barrel_shift_function ( barrel_shift_function ),
|
|
.i_use_carry_in ( use_carry_in ),
|
.i_alu_function ( alu_function ),
|
.i_alu_function ( alu_function ),
|
.i_multiply_function ( multiply_function ),
|
.i_multiply_function ( multiply_function ),
|
.i_interrupt_vector_sel ( interrupt_vector_sel ),
|
.i_interrupt_vector_sel ( interrupt_vector_sel ),
|
.i_address_sel ( address_sel ),
|
.i_address_sel ( address_sel ),
|
.i_pc_sel ( pc_sel ),
|
.i_pc_sel ( pc_sel ),
|