Initial values for generated HDL

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.

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 :slight_smile:

1 Like