Commit adc3ef60 by sakundu

Updated protobuf netlist generation and added captable

Signed-off-by: sakundu <sakundu@ucsd.edu>
parent 71266664
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,8 +22,14 @@ proc print_header { fp } { ...@@ -22,8 +22,14 @@ proc print_header { fp } {
puts $fp "# User: $user" puts $fp "# User: $user"
puts $fp "# Date: $date" puts $fp "# Date: $date"
puts $fp "# Run area: $run_dir" puts $fp "# Run area: $run_dir"
puts $fp "# current_design: $design" puts $fp "# Block : $design"
puts $fp "# FP bbox: $fp_box_ll $fp_box_ur" puts $fp "# FP bbox: $fp_box_ll $fp_box_ur"
## Add dummy Column and Row info ##
puts $fp "# Columns : 10 Rows : 10"
## Add blockage for core to die spacing ##
foreach box [dbShape -output rect [dbget top.fplan.box] XOR [dbget top.fplan.coreBox]] {
puts $fp "# Blockage : $box 1"
}
} }
#### Print helper #### #### Print helper ####
......
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