File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ static void ShowPlacerOpts(const t_placer_opts& PlacerOpts,
608
608
}
609
609
610
610
static void ShowNetlistOpts (const t_netlist_opts& NetlistOpts) {
611
- VTR_LOG (" NetlistOpts.abosrb_buffer_luts : %s\n " , (NetlistOpts.absorb_buffer_luts ) ? " true" : " false" );
611
+ VTR_LOG (" NetlistOpts.absorb_buffer_luts : %s\n " , (NetlistOpts.absorb_buffer_luts ) ? " true" : " false" );
612
612
VTR_LOG (" NetlistOpts.sweep_dangling_primary_ios : %s\n " , (NetlistOpts.sweep_dangling_primary_ios ) ? " true" : " false" );
613
613
VTR_LOG (" NetlistOpts.sweep_dangling_nets : %s\n " , (NetlistOpts.sweep_dangling_nets ) ? " true" : " false" );
614
614
VTR_LOG (" NetlistOpts.sweep_dangling_blocks : %s\n " , (NetlistOpts.sweep_dangling_blocks ) ? " true" : " false" );
You can’t perform that action at this time.
0 commit comments