Juniper / open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Apache License 2.0
195 stars 69 forks source link

Requesting clarification on async attribute vs use_async_resets param #55

Closed kdloe closed 5 years ago

kdloe commented 5 years ago

The ORDT wiki states that the async attribute is not supported but there is a use_async_resets parameter. Does setting the parameter replace the async attribute? Is it expected that all registers will have an async reset if the param is true?

sdnellen commented 5 years ago

Yes, the use_async_resets parameter should make all register resets asynchronous if true