Use OPTS.precharge instead of hard coded precharge.

This commit is contained in:
mrg
2021-03-15 09:44:14 -07:00
parent db118beeba
commit b6f3fbdd1f
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ class options(optparse.Values):
nand2_dec = "pnand2"
nand3_dec = "pnand3"
nand4_dec = "pnand4" # Not available right now
precharge = "precharge"
precharge_array = "precharge_array"
ptx = "ptx"
replica_bitline = "replica_bitline"