Fixed conflicts in delay and elmore modules on merge with dev.

This commit is contained in:
Hunter Nichols
2021-05-25 15:25:43 -07:00
61 changed files with 1523 additions and 545 deletions
+8 -2
View File
@@ -6,9 +6,9 @@
# All rights reserved.
#
import optparse
import getpass
import os
class options(optparse.Values):
"""
Class for holding all of the OpenRAM options. All
@@ -137,8 +137,11 @@ class options(optparse.Values):
# Number of threads to use
num_threads = 1
# Number of threads to use in ngspice/hspice
num_sim_threads = 2
num_sim_threads = 3
# Some tools (e.g. Xyce) use other separators like ":"
hier_seperator = "."
# Should we print out the banner at startup
print_banner = True
@@ -155,6 +158,9 @@ class options(optparse.Values):
# Route the input/output pins to the perimeter
perimeter_pins = True
# Detailed or abstract LEF view
detailed_lef = False
keep_temp = False