[Modified] Change branch site, without stall (need 1 stall)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user