mirror of https://github.com/VLSIDA/OpenRAM.git
compiler: multibank: Fix syntax error.
* compiler/modules/multibank.py (multibank) [compute_sizes]: Fix syntax error.
This commit is contained in:
parent
ea15a81443
commit
26e11044db
|
|
@ -160,7 +160,7 @@ class multibank(design):
|
|||
self.central_bus_width = self.m2_pitch * self.num_control_lines + 2*self.m2_width
|
||||
|
||||
# A space for wells or jogging m2
|
||||
self.m2_gap = max(2*drc("pwell_to_nwell"] + drc["well_enclose_active"),
|
||||
self.m2_gap = max(2*drc("pwell_to_nwell") + drc("well_enclose_active"),
|
||||
2*self.m2_pitch)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue