Somun
1
Hi there,
It looks like initial value support (in generated code) has been integrated into master
but I cannot see any mention in the documents on how to enable this. Does anyone have any pointers?
FWIW, I am using 1.0dev with Python 3.6
Thanks.
Somun
2
Hmm, I should have just looked at the code. Adding the option initial_values = True did the trick,
instance.convert(initial_values = True)
Myhdl rocks
1 Like