Skip to content

Commit

Permalink
Fixup trailing lines in gold files for upstream coreir changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Nov 3, 2018
1 parent 0cf86f8 commit 8c0a1fb
Show file tree
Hide file tree
Showing 32 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion tests/gold/basic_function_call.json
Expand Up @@ -48,4 +48,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/if_statement_basic.json
Expand Up @@ -31,4 +31,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/if_statement_nested.json
Expand Up @@ -43,4 +43,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/return_magma_named_tuple.json
Expand Up @@ -15,4 +15,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/return_magma_tuple.json
Expand Up @@ -15,4 +15,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/return_py_tuple.json
Expand Up @@ -16,4 +16,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/simple_circuit_1.json
Expand Up @@ -74,4 +74,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/ternary.json
Expand Up @@ -31,4 +31,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/ternary_nested.json
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/ternary_nested2.json
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/gold/test_map_circuit.json
Expand Up @@ -95,4 +95,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_add8cin.json
Expand Up @@ -60,4 +60,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_anon_value_Array(2,Bit).json
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_anon_value_Bit.json
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_anon_value_Bits(2).json
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_simple_def.json
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_circuit/gold/test_simple_def_class.json
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/gold/linker_test0.json
Expand Up @@ -23,4 +23,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/gold/test_array_nesting.json
Expand Up @@ -22,4 +22,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/gold/test_multi_direction_tuple.json
Expand Up @@ -13,4 +13,4 @@
}
}
}
}
}
Expand Up @@ -27,4 +27,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/gold/test_nesting.json
Expand Up @@ -37,4 +37,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/mapParallel_test.json
Expand Up @@ -51,4 +51,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_coreir/mapParallel_test_gold.json
Expand Up @@ -51,4 +51,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions tests/test_type/gold/test_enum.v
@@ -1,7 +1,7 @@
module coreir_const #(parameter value=1, parameter width=1) (
output [width-1:0] out
);
assign out = value;
assign out = width'value;

endmodule // coreir_const

Expand All @@ -18,10 +18,10 @@ module enum_test (
.out(const_0_2__out)
);

assign O_1[1:0] = const_0_2__out[1:0];

assign O_0[1:0] = I[1:0];

assign O_1[1:0] = const_0_2__out[1:0];


endmodule // enum_test

6 changes: 3 additions & 3 deletions tests/test_type/gold/test_enum_max_value.v
@@ -1,7 +1,7 @@
module coreir_const #(parameter value=1, parameter width=1) (
output [width-1:0] out
);
assign out = value;
assign out = width'value;

endmodule // coreir_const

Expand All @@ -18,10 +18,10 @@ module enum_test_max_value (
.out(const_4_3__out)
);

assign O_1[2:0] = const_4_3__out[2:0];

assign O_0[2:0] = I[2:0];

assign O_1[2:0] = const_4_3__out[2:0];


endmodule // enum_test_max_value

2 changes: 1 addition & 1 deletion tests/test_type/gold/test_new_types.json
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
16 changes: 8 additions & 8 deletions tests/test_type/gold/test_new_types.v
Expand Up @@ -54,14 +54,6 @@ module TestCircuit (

assign O_0_y[2:0] = I_0_y[2:0];

assign O_10_x[2:0] = I_10_x[2:0];

assign O_10_y[2:0] = I_10_y[2:0];

assign O_11_x[2:0] = I_11_x[2:0];

assign O_11_y[2:0] = I_11_y[2:0];

assign O_1_x[2:0] = I_1_x[2:0];

assign O_1_y[2:0] = I_1_y[2:0];
Expand Down Expand Up @@ -98,6 +90,14 @@ module TestCircuit (

assign O_9_y[2:0] = I_9_y[2:0];

assign O_10_x[2:0] = I_10_x[2:0];

assign O_10_y[2:0] = I_10_y[2:0];

assign O_11_x[2:0] = I_11_x[2:0];

assign O_11_y[2:0] = I_11_y[2:0];


endmodule // TestCircuit

2 changes: 1 addition & 1 deletion tests/test_type/test_const_wire_golden.json
Expand Up @@ -28,4 +28,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_type/test_coreir_wrap_golden_AsyncReset.json
Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_type/test_coreir_wrap_golden_Clock.json
Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}

0 comments on commit 8c0a1fb

Please sign in to comment.