Merge branch 'multiport_layout' of https://github.com/VLSIDA/PrivateRAM into multiport_layout

This commit is contained in:
Matt Guthaus 2018-11-09 08:53:27 -08:00
commit 6aff552c0a
1 changed files with 2 additions and 2 deletions

View File

@ -587,8 +587,8 @@ class pin_group:
# At least one of the groups must have some valid tracks
if (len(pin_set)==0 and len(blockage_set)==0):
self.write_debug_gds("blocked_pin.gds")
debug.error("Unable to find unblocked pin on grid.")
debug.error("Unable to find unblocked pin {} {}".format(self.name, self.pins))
self.router.write_debug_gds("blocked_pin.gds")
# We need to route each of the components, so don't combine the groups
self.grids = pin_set | blockage_set