aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-02-15 08:29:10 -0800
committerEddie Hung <eddie@fpgeh.com>2020-02-27 10:17:29 -0800
commitf858219c4ed18fb5886641efd1e71f5aad0b1c84 (patch)
treed1d7f73c52a0bfe646b46dcf7947b51701480e3f
parent717fb492b35a93ae78e33f742d8c3d493be7e4e8 (diff)
downloadyosys-f858219c4ed18fb5886641efd1e71f5aad0b1c84.tar.gz
yosys-f858219c4ed18fb5886641efd1e71f5aad0b1c84.tar.bz2
yosys-f858219c4ed18fb5886641efd1e71f5aad0b1c84.zip
Cleanup tests
-rw-r--r--tests/arch/xilinx/bug1480.ys (renamed from tests/various/bug1480.ys)0
-rw-r--r--tests/various/pmux2shiftx.v2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/various/bug1480.ys b/tests/arch/xilinx/bug1480.ys
index 84faea08a..84faea08a 100644
--- a/tests/various/bug1480.ys
+++ b/tests/arch/xilinx/bug1480.ys
diff --git a/tests/various/pmux2shiftx.v b/tests/various/pmux2shiftx.v
index 563394080..c1994e92c 100644
--- a/tests/various/pmux2shiftx.v
+++ b/tests/various/pmux2shiftx.v
@@ -33,7 +33,7 @@ module pmux2shiftx_test (
end
endmodule
-module issue01135(input [7:0] i, output o);
+module issue01135(input [7:0] i, output reg o);
always @*
case (i[6:3])
4: o <= i[0];