mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
updated co_rd_alu_en signal for MDU
This commit is contained in:
parent
e62aaeadc9
commit
1dc387821a
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ module serv_decode #(
|
|||
//1 (OP_B_SOURCE_RS2) when BRANCH or OP
|
||||
wire co_op_b_source = opcode[3];
|
||||
|
||||
wire co_rd_alu_en = !opcode[0] & opcode[2] & !opcode[4];
|
||||
wire co_rd_alu_en = !opcode[0] & opcode[2] & !opcode[4] & !co_mdu_op;
|
||||
|
||||
generate
|
||||
if (PRE_REGISTER) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue