mirror of https://github.com/VLSIDA/OpenRAM.git
Only print LVS/DRC stats when it is enabled
This commit is contained in:
parent
7c254d540d
commit
64b3cfee26
|
|
@ -227,6 +227,7 @@ def end_openram():
|
||||||
""" Clean up openram for a proper exit """
|
""" Clean up openram for a proper exit """
|
||||||
cleanup_paths()
|
cleanup_paths()
|
||||||
|
|
||||||
|
if OPTS.check_lvsdrc:
|
||||||
import verify
|
import verify
|
||||||
verify.print_drc_stats()
|
verify.print_drc_stats()
|
||||||
verify.print_lvs_stats()
|
verify.print_lvs_stats()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue