aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Adding basic placement constraintsDavid Shah2018-06-091-1/+1
| | | | | | | Specify the attribute (* LOC="bel_name" *) on any cell to constrain its placement to that bel. Signed-off-by: David Shah <davey1576@gmail.com>
* Add very basic routerClifford Wolf2018-06-091-0/+171
Signed-off-by: Clifford Wolf <clifford@clifford.at>