`from pyrtl.rtllib import adders`
adaezy opened this issue · 2 comments
adaezy commented
I am trying to implement the builtin Adder. After doing the import, I get the ripple_add is not defined. Any reason, please?
timsherwood commented
Can you post a really simple example that demonstrates this bug for me?
timsherwood commented
BTW, I tried the "from pyrtl.rtllib import adders" and it was was working for me.
import pyrtl
from pyrtl.rtllib import adders
adders.ripple_add(...)
If you can post a clearer example that is not working please ropen and I would be happy to look at it.