RDL addr map name enforcement when doing buck builds #301
Labels
build system
Stuff related to buck2 and build-system infra
rdl tooling
issues/enhancements to rdl generated things
We'd like to have even more consistency on how things are named, and enforce it pragmatically but we have to figure out how to do that without breaking our older designs.
Ideally we'd enforce that <some_name>.rdl will translate to
addrmap <some_name> but there are a bunch of strange cases around nesting plus making this change needs to be done inside our RDL tooling which is common for both buck2 and cobble based builds and so we probably need an escape hatch of some type.
The text was updated successfully, but these errors were encountered: