Skip to content

Commit

Permalink
op37 is always this combination of bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jwd83 committed Jan 4, 2025
1 parent a727c21 commit e0e0a1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions peach/peach.sv
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ module peach32 (
.data(memory_out)
);

always_comb begin
op37 = {funct7, funct3, opcode};

end




always_ff @(posedge clk or posedge reset) begin
Expand Down

0 comments on commit e0e0a1b

Please sign in to comment.