Correcting format of file (removing tabs)

This commit is contained in:
Michael Timothy Grimes 2018-09-10 03:44:08 -07:00
parent a7f03858e8
commit 38a1f35ff0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class precharge_test(openram_test):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
import precharge
import tech
debug.info(2, "Checking precharge for handmade bitcell")
tx = precharge.precharge(name="precharge_driver", size=1)
self.local_check(tx)