Commit f5c7f6ae by sakundu

Updated genus scripts

parent 2bfa9da6
......@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] {
set unique_mem_hier [lsort -unique $mem_hier]
puts "BEGIN SEED"
foreach a $unique_mem_hier {
puts "name=$a util=0.35"
puts "name=$a util=0.3"
}
puts "END SEED"
......
......@@ -2,7 +2,6 @@
# 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_db max_cpus_per_server 16
set_db super_thread_servers "localhost"
set libdir "../../../../../Enablements/NanGate45/lib/"
set libworst "
......
......@@ -9,7 +9,7 @@ foreach a [dbget [dbget top.insts.cell.name fakeram45_* -p2 ].name ] {
set unique_mem_hier [lsort -unique $mem_hier]
puts "BEGIN SEED"
foreach a $unique_mem_hier {
puts "name=$a"
puts "name=$a util=$util"
}
puts "END SEED"
......
......@@ -2,7 +2,6 @@
# 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_db max_cpus_per_server 16
set_db super_thread_servers "localhost"
set libdir "../../../../../Enablements/NanGate45/lib/"
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