mirror of https://github.com/VLSIDA/OpenRAM.git
Remove options from example config files
This commit is contained in:
parent
ce94366a1d
commit
37b81c0af1
|
|
@ -9,10 +9,3 @@ temperatures = [25]
|
||||||
output_path = "temp"
|
output_path = "temp"
|
||||||
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
||||||
|
|
||||||
#Setting for multiport
|
|
||||||
# netlist_only = True
|
|
||||||
# bitcell = "pbitcell"
|
|
||||||
# replica_bitcell="replica_pbitcell"
|
|
||||||
# num_rw_ports = 1
|
|
||||||
# num_r_ports = 0
|
|
||||||
# num_w_ports = 1
|
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,9 @@ num_words = 16
|
||||||
|
|
||||||
tech_name = "scn4m_subm"
|
tech_name = "scn4m_subm"
|
||||||
process_corners = ["TT"]
|
process_corners = ["TT"]
|
||||||
supply_voltages = [ 5.0 ]
|
supply_voltages = [ 3.3 ]
|
||||||
temperatures = [ 25 ]
|
temperatures = [ 25 ]
|
||||||
|
|
||||||
output_path = "temp"
|
output_path = "temp"
|
||||||
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
||||||
|
|
||||||
#Setting for multiport
|
|
||||||
netlist_only = True
|
|
||||||
bitcell = "pbitcell"
|
|
||||||
replica_bitcell="replica_pbitcell"
|
|
||||||
num_rw_ports = 1
|
|
||||||
num_r_ports = 1
|
|
||||||
num_w_ports = 1
|
|
||||||
Loading…
Reference in New Issue