Syntax error

This commit is contained in:
mrg 2020-04-08 17:04:50 -07:00
parent cddfaa0dc8
commit 745450fadc
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ from tech import drc, parameter, spice
from vector import vector from vector import vector
import logical_effort import logical_effort
from sram_factory import factory from sram_factory import factory
from globals import OPTS
class pnand3(pgate.pgate): class pnand3(pgate.pgate):