aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-17 17:07:03 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-17 17:07:03 -0800
commit6a163b5ddd378ba847054ad9226af8ca569c977a (patch)
tree10fadff3585ad4c56a2a0fcefcf44f9e6e36eefe /tests/various
parentdb68e4c2a7a39eda46863fba8b8c8313a831f606 (diff)
downloadyosys-6a163b5ddd378ba847054ad9226af8ca569c977a.tar.gz
yosys-6a163b5ddd378ba847054ad9226af8ca569c977a.tar.bz2
yosys-6a163b5ddd378ba847054ad9226af8ca569c977a.zip
xilinx_dsp: another typo; move xilinx specific test
Diffstat (limited to 'tests/various')
-rw-r--r--tests/various/bug1462.ys11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/various/bug1462.ys b/tests/various/bug1462.ys
deleted file mode 100644
index 15cab5121..000000000
--- a/tests/various/bug1462.ys
+++ /dev/null
@@ -1,11 +0,0 @@
-read_verilog << EOF
-module top(...);
-input wire [31:0] A;
-output wire [31:0] P;
-
-assign P = A * 32'h12300000;
-
-endmodule
-EOF
-
-synth_xilinx