diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-09 17:38:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 17:38:48 -0800 |
commit | 7e5602ad17b20f14e56fc4c64198ca2d576917df (patch) | |
tree | 5127cc0a4159e23f2e8fcdabcea4b792062ea09f /techlibs/ice40/arith_map.v | |
parent | ecb0c68f0751b3bd97f8da94e7bd2258987d58e1 (diff) | |
parent | fb203d2a2c02c3df1a2c6a92ec196e579495c8d4 (diff) | |
download | yosys-7e5602ad17b20f14e56fc4c64198ca2d576917df.tar.gz yosys-7e5602ad17b20f14e56fc4c64198ca2d576917df.tar.bz2 yosys-7e5602ad17b20f14e56fc4c64198ca2d576917df.zip |
Merge pull request #1545 from YosysHQ/eddie/ice40_wrapcarry_attr
Preserve SB_CARRY name and attributes when using $__ICE40_CARRY_WRAPPER
Diffstat (limited to 'techlibs/ice40/arith_map.v')
-rw-r--r-- | techlibs/ice40/arith_map.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/arith_map.v b/techlibs/ice40/arith_map.v index 26b24db9e..00a07247b 100644 --- a/techlibs/ice40/arith_map.v +++ b/techlibs/ice40/arith_map.v @@ -50,7 +50,7 @@ module _80_ice40_alu (A, B, CI, BI, X, Y, CO); // A[2]: 1111 0000 1111 0000 // A[3]: 1111 1111 0000 0000 .LUT(16'b 0110_1001_1001_0110) - ) fadd ( + ) carry ( .A(AA[i]), .B(BB[i]), .CI(C[i]), |