Commit f5c7f6ae by sakundu

Updated genus scripts

parent 2bfa9da6
...@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] { ...@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] {
set unique_mem_hier [lsort -unique $mem_hier] set unique_mem_hier [lsort -unique $mem_hier]
puts "BEGIN SEED" puts "BEGIN SEED"
foreach a $unique_mem_hier { foreach a $unique_mem_hier {
puts "name=$a util=0.35" puts "name=$a util=0.3"
} }
puts "END SEED" puts "END SEED"
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators. # We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
set top_module ariane set top_module ariane
set_db max_cpus_per_server 16 set_db max_cpus_per_server 16
set_db super_thread_servers "localhost"
set libdir "../../../../../Enablements/NanGate45/lib/" set libdir "../../../../../Enablements/NanGate45/lib/"
set libworst " set libworst "
......
...@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] { ...@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] {
set unique_mem_hier [lsort -unique $mem_hier] set unique_mem_hier [lsort -unique $mem_hier]
puts "BEGIN SEED" puts "BEGIN SEED"
foreach a $unique_mem_hier { foreach a $unique_mem_hier {
puts "name=$a" puts "name=$a util=$util"
} }
puts "END SEED" puts "END SEED"
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators. # We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
set top_module ariane set top_module ariane
set_db max_cpus_per_server 16 set_db max_cpus_per_server 16
set_db super_thread_servers "localhost"
set libdir "../../../../../Enablements/NanGate45/lib/" set libdir "../../../../../Enablements/NanGate45/lib/"
set libworst " set libworst "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment