Skip to content

Commit 2de7074

Browse files
committed
Update order of defs in mkDesign.v.expected
1 parent fb52a66 commit 2de7074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/bsc.bugs/bluespec_inc/b292/mkDesign.v.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ module mkDesign(clk,
140140
i_enable && i_count != 4'd4 ;
141141

142142
// remaining internal signals
143+
assign x__h778 = i_count + 4'd1 ;
143144
assign x__h592 = { 4'b0, shift_and_add_a } ;
144145
assign x__h508 = i_acc + i_multiplicand ;
145146
assign x__h704 = { 1'd0, i_mult[3:1] } ;
146147
assign x__h741 = { i_multiplicand[6:0], 1'd0 } ;
147-
assign x__h778 = i_count + 4'd1 ;
148148

149149
// handling of inlined registers
150150

0 commit comments

Comments
 (0)