chipsalliance / firrtl-spec

The specification for the FIRRTL language
38 stars 27 forks source link

[major] Main module is public. #185

Closed dtzSiFive closed 6 months ago

dtzSiFive commented 6 months ago

Clarify main module is implicitly/always public.

Update examples to specify widths (and concrete reset type).

Some of these are invalid regardless (e.g., "input foo : UInt" on main module) but recent CIRCT checks this now while parsing.

dtzSiFive commented 6 months ago