Fix typo in precharge.

This commit is contained in:
Matt Guthaus 2018-02-12 15:34:01 -08:00
parent e32b0b8f7a
commit f457091bba
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class precharge(pgate.pgate):
self.create_ptx()
self.add_ptx()
self.connect_poly()
self.add_enk()
self.add_en()
self.add_nwell_and_contact()
self.add_vdd_rail()
self.add_bitlines()