99180eb3b4
fix clippy lints in generated code
017c14a2f1
don't use #[allow(..., reason = "...")] since that's not stable yet on rust 1.80.1
ed1aea41f3
clean up some clippy warnings
f12322aa2a
remove interning contexts
44ca1a607a
remove unused AGCContext
30b9a5e48d
change NameId to have an opaque Id so output firrtl doesn't depend on how many modules of the same name were ever created
eed0afc6ab
add some utility From<Interned<T>> impls
f403eed7c0
only run tests once, since they are quite slow
2e8b73d2fc
rename fire/fire_data to firing/firing_data
e05c368688
change register names to end in
_reg
by convention