diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-03 14:51:39 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-03 14:51:39 -0800 |
commit | 67f1ce2d4340c359137ac00e4ca085e6711986f3 (patch) | |
tree | b2c89c779ecdb83377757af030b6bad8c2724cd7 | |
parent | ed3f35917531e5757699261aae92135f59205bf2 (diff) | |
download | yosys-67f1ce2d4340c359137ac00e4ca085e6711986f3.tar.gz yosys-67f1ce2d4340c359137ac00e4ca085e6711986f3.tar.bz2 yosys-67f1ce2d4340c359137ac00e4ca085e6711986f3.zip |
Check SB_CARRY name also preserved
-rw-r--r-- | tests/arch/ice40/ice40_opt.ys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/arch/ice40/ice40_opt.ys b/tests/arch/ice40/ice40_opt.ys index 58c33acaa..860e2e211 100644 --- a/tests/arch/ice40/ice40_opt.ys +++ b/tests/arch/ice40/ice40_opt.ys @@ -84,3 +84,4 @@ synth_ice40 select -assert-count 1 t:SB_LUT4 select -assert-count 1 t:SB_CARRY select -assert-count 1 t:SB_CARRY a:keep %i +select -assert-count 1 t:SB_CARRY c:carry %i |