From: Eddie Hung Date: Sat, 5 Oct 2019 16:27:12 +0000 (-0700) Subject: Missing 'accept' at end of ice40_wrapcarry, spotted by @cliffordwolf X-Git-Tag: working-ls180~1004^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c68da4150f8e5367138f2c7187f707b20cc19db;p=yosys.git Missing 'accept' at end of ice40_wrapcarry, spotted by @cliffordwolf --- diff --git a/passes/pmgen/ice40_wrapcarry.pmg b/passes/pmgen/ice40_wrapcarry.pmg index 9e64c7467..bb59edb0c 100644 --- a/passes/pmgen/ice40_wrapcarry.pmg +++ b/passes/pmgen/ice40_wrapcarry.pmg @@ -9,3 +9,7 @@ match lut index port(lut, \I1) === port(carry, \I0) index port(lut, \I2) === port(carry, \I1) endmatch + +code + accept; +endcode diff --git a/tests/ice40/wrapcarry.ys b/tests/ice40/wrapcarry.ys new file mode 100644 index 000000000..10c029e68 --- /dev/null +++ b/tests/ice40/wrapcarry.ys @@ -0,0 +1,22 @@ +read_verilog <