aboutsummaryrefslogtreecommitdiffstats
path: root/bugs/xst_2_minimal.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-14 16:27:19 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-14 16:27:19 +0000
commit798f54c05376ec3b4ebbe8326d0a91eec807df3d (patch)
tree29274e92b775d280238ea15e0b46fb545b55b559 /bugs/xst_2_minimal.v
parent809d342084e39432615945edac7662e6f9968b7f (diff)
downloadverismith-798f54c05376ec3b4ebbe8326d0a91eec807df3d.tar.gz
verismith-798f54c05376ec3b4ebbe8326d0a91eec807df3d.zip
Add proper reports to bugs
Diffstat (limited to 'bugs/xst_2_minimal.v')
-rw-r--r--bugs/xst_2_minimal.v16
1 files changed, 0 insertions, 16 deletions
diff --git a/bugs/xst_2_minimal.v b/bugs/xst_2_minimal.v
deleted file mode 100644
index 027cb92..0000000
--- a/bugs/xst_2_minimal.v
+++ /dev/null
@@ -1,16 +0,0 @@
-module test_module(y, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10);
-output wire [1288:0] y;
-input wire [17:0] w1;
-input wire [11:0] w2;
-input wire [24:0] w3;
-input wire [2:0] w4;
-input wire [26:0] w5;
-input wire [22:0] w6;
-input wire [2:0] w7;
-input wire [10:0] w8;
-input wire [23:0] w9;
-input wire [5:0] w10;
-wire [8:0] w95;
-assign w95 = ({(1'h0), (-(4'hf)), (1'h0), w7, (-(6'h1)), w8, (-(2'he)), (-(7'h3)), (20'h7), (16'h13), (1'h0), (1'h0), (1'h0), w8, (26'ha), (23'h9), w7, (1'h0), (-(13'h17)), w4, w5, w7, (8'h3), (33'h19)} ? $signed((~|w6)) : (1'h0));
-assign y = {w95};
-endmodule