Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-10-13 22:36:44 -07:00
parent f6c6a82546
commit 1b5bf2c9ff
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ typedef Map<const Net*, PinSet*> NetDrvrPinsMap;
// Bus bit ports, which are one bit of a bus port such as D[0].
// Bus bit ports are always members of a bus.
// Instances are calls of cells in the design hierarchy
// Hierarchcial and leaf instances are in the network.
// Hierarchical and leaf instances are in the network.
// At the top of the hierarchy is a top level instance that
// has instances for the top level netlist.
// Pins are a connection between an instance and a net corresponding