vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
[WIP] Remove remaining global and static varaibels in the placement stage
To be written...
- Removed static variable from
place_macro.cpp
- Encapsulated palcement macro initalization and lookup into a class:
PlaceMacros
- Added
place_macros_
member variable toBlkLocRegistry
- Use
std::vector
forSwitches
andDirects
int_arch
- Added
get_coordinate_of_pin()
toBlkLocRegistry
. Replaced inline pin location compuations with calls to this function.