Add option to remove wells. Save area in pgates with redundant wells.

This commit is contained in:
mrg
2020-05-13 14:46:42 -07:00
parent 848241a3ad
commit 617bf302d1
17 changed files with 35 additions and 31 deletions
-4
View File
@@ -25,10 +25,6 @@ class pnor2_test(openram_test):
tx = factory.create(module_type="pnor2", size=1)
self.local_check(tx)
debug.info(2, "Checking 2-input nor gate")
tx = factory.create(module_type="pnor2", size=1, add_wells=False)
self.local_drc_check(tx)
globals.end_openram()
# run the test from the command line
View File
View File
View File
View File
View File
View File
View File
View File
View File