mirror of https://github.com/VLSIDA/OpenRAM.git
Add magic/netgen to example config
This commit is contained in:
parent
2e5ae70391
commit
050035ae8d
|
|
@ -9,3 +9,6 @@ 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)
|
||||||
|
|
||||||
|
drc_name = "magic"
|
||||||
|
lvs_name = "netgen"
|
||||||
|
pex_name = "magic"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue