From aff48727a4d0ad4058b7d43a86ebd6ed24b9cc6d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 12 Mar 2022 18:52:46 +0100 Subject: testsuite/synth: add test for #2002 --- testsuite/synth/issue2002/synth_bug.ref | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/synth/issue2002/synth_bug.ref (limited to 'testsuite/synth/issue2002/synth_bug.ref') diff --git a/testsuite/synth/issue2002/synth_bug.ref b/testsuite/synth/issue2002/synth_bug.ref new file mode 100644 index 000000000..3f74c866d --- /dev/null +++ b/testsuite/synth/issue2002/synth_bug.ref @@ -0,0 +1,6 @@ +module bug + (output [33:0] o); + localparam [33:0] n1_o = 34'b0000000000000000000000000001111100; + assign o = n1_o; +endmodule + -- cgit v1.2.3