phanrahan / mantle

mantle library
Other
42 stars 10 forks source link

circuit.sequential mux issue #163

Open rdaly525 opened 5 years ago

rdaly525 commented 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.