We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52a66 commit 2de7074Copy full SHA for 2de7074
testsuite/bsc.bugs/bluespec_inc/b292/mkDesign.v.expected
@@ -140,11 +140,11 @@ module mkDesign(clk,
140
i_enable && i_count != 4'd4 ;
141
142
// remaining internal signals
143
+ assign x__h778 = i_count + 4'd1 ;
144
assign x__h592 = { 4'b0, shift_and_add_a } ;
145
assign x__h508 = i_acc + i_multiplicand ;
146
assign x__h704 = { 1'd0, i_mult[3:1] } ;
147
assign x__h741 = { i_multiplicand[6:0], 1'd0 } ;
- assign x__h778 = i_count + 4'd1 ;
148
149
// handling of inlined registers
150
0 commit comments