mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-05 01:01:33 +02:00
Port type order generated on the fly
This commit is contained in:
@@ -23,7 +23,7 @@ class bitcell_base(design.design):
|
||||
|
||||
if prop:
|
||||
self.pins = prop.port_names()
|
||||
self.add_pin_types(prop.port_types)
|
||||
self.add_pin_types(prop.port_types())
|
||||
self.nets_match = self.do_nets_exist(prop.storage_nets)
|
||||
self.mirror = prop.mirror
|
||||
self.end_caps = prop.end_caps
|
||||
|
||||
Reference in New Issue
Block a user