Commit 49c57b45 by sakundu

Updated configuration generation script

parent e11f4c7e
......@@ -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.3"
puts "name=$a util=$util"
}
puts "END SEED"
......
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