umulp is more delay intensive than regular umul
Open
bug
codegen
delay model
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
**Describe the bug**
`umulp` characterization show more delay than `a * b` for asap7.
**Expected behavior**
`umulp` should take less time that `a*b`
**Screenshots**
`a * b` yield the following delay preview:

`umulp(a, b)` yield the following delay preview:

Contributor guide
Assessment
This issue has not been assessed yet.