mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo and syntax error.
This commit is contained in:
parent
5349323acd
commit
9106e22b58
|
|
@ -121,7 +121,7 @@ class sram_base(design, verilog, lef):
|
|||
|
||||
start_time = datetime.datetime.now()
|
||||
# We only enable final verification if we have routed the design
|
||||
self.DRC_LVS(final_verification=OPTS.route_supplies, roce_check=True)
|
||||
self.DRC_LVS(final_verification=OPTS.route_supplies, force_check=True)
|
||||
if not OPTS.is_unit_test:
|
||||
print_time("Verification", datetime.datetime.now(), start_time)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue