Unverified Commit 8afec7fb authored by Schuyler Eldridge's avatar Schuyler Eldridge Committed by GitHub
Browse files

Rename "groups" to "layers" (#3632)



Rename the "groups" API to "layers".  This is done to match a name change
to the FIRRTL feature (of the same name).  "Layers" better captures the
intended use case.  Namely, a layer is a collection of functionality that
is included as a unit.  Layers are made up of "Layer Blocks" that exist in
one or more modules.

This does not change any FIRRTL codegen.  That will have to happen once
these changes are in CIRCT.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent b7e53f06
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment