byuccl / RapidSmith2

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

Separate staticSourceBels into vccSourceBels and gndSourceBels #374

Closed DallonTG closed 5 years ago

DallonTG commented 5 years ago

All static source bels were added into one collection upon RSCP import. For some cases (like exporting a FASM) it is more helpful to have separate collections for vcc and gnd bel sources. This PR separates them, but retains a getStaticSourceBels method.

I also cleaned up some unused methods, etc. in XdcRoutingInterface.