Open rdaly525 opened 5 years ago
I have a failing test on branch 'hwtypes-bug' in which instantiating a phi node for sequential does not work. test is tests/test_seq.py
AssertionError: Expected array or type type, got Out(Digital), type is <class 'magma.digital.DigitalMeta'>
It does work when having a custom-defined phi/register like in test_sequential in magma, so this bug is specific to mantle somewhere.
I have a failing test on branch 'hwtypes-bug' in which instantiating a phi node for sequential does not work. test is tests/test_seq.py
AssertionError: Expected array or type type, got Out(Digital), type is <class 'magma.digital.DigitalMeta'>
It does work when having a custom-defined phi/register like in test_sequential in magma, so this bug is specific to mantle somewhere.