mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Fixed conflicts in delay and elmore modules on merge with dev.
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user