dummy adder
#3760
Replies: 1 comment 2 replies
-
Yes, there are several architectures where we do such things already. For example; on Intel ALM we create a feed-in carry ALM only if the first carry input is anything other than a constant zero: yosys/techlibs/intel_alm/common/arith_alm_map.v Lines 36 to 49 in d82bae3 For FABulous, we create the feed-in carry LUT always: yosys/techlibs/fabulous/arith_map.v Lines 36 to 43 in d82bae3 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Description
As we hope to using the adder chain in the FPGA,However, the cin signal of adder can only get from the previous adder so we hope yosys could generate a dummy adder to output the first cin signal.
Is there any way that could realize our goal?
Thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions