byuccl / RapidSmith2

RapidSmith2 - the Vivado successor to RapidSmith. Released Jan 4, 2017.
Other
41 stars 13 forks source link

Route String Tree Class #378

Closed DallonTG closed 5 years ago

DallonTG commented 5 years ago

Adds a route string tree class. It is setup nearly the same as the route string class, except its nodes are just made up of wire name strings. This class is useful when you may need to handle routes for a device that you do not currently have loaded; specifically, I use this for partial devices.

A pull request that uses this class will come later with other import/export functionality.