[Modified] Change branch site, without stall (need 1 stall)

This commit is contained in:
2023-06-12 15:36:00 +08:00
parent f592606196
commit 8d1aa17074
10 changed files with 93 additions and 144 deletions

View File

@@ -12,10 +12,10 @@ module decoder_5_32(
endmodule
module decoder_3_8(
input [2:0] in,
output [7:0] out
);
module decoder_3_8(
input [2:0] in,
output [7:0] out
);
genvar i;
generate for (i=0; i<8; i=i+1) begin : gen_for_dec_3_8