Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#1919 from nbstrong/absorb_buffe…
Browse files Browse the repository at this point in the history
…r_typo

Corrected typo of abosrb to absorb
  • Loading branch information
vaughnbetz authored Jul 18, 2024
2 parents 121a16c + 196207d commit 31f60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/src/base/ShowSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static void ShowPlacerOpts(const t_placer_opts& PlacerOpts,
}

static void ShowNetlistOpts(const t_netlist_opts& NetlistOpts) {
VTR_LOG("NetlistOpts.abosrb_buffer_luts : %s\n", (NetlistOpts.absorb_buffer_luts) ? "true" : "false");
VTR_LOG("NetlistOpts.absorb_buffer_luts : %s\n", (NetlistOpts.absorb_buffer_luts) ? "true" : "false");
VTR_LOG("NetlistOpts.sweep_dangling_primary_ios : %s\n", (NetlistOpts.sweep_dangling_primary_ios) ? "true" : "false");
VTR_LOG("NetlistOpts.sweep_dangling_nets : %s\n", (NetlistOpts.sweep_dangling_nets) ? "true" : "false");
VTR_LOG("NetlistOpts.sweep_dangling_blocks : %s\n", (NetlistOpts.sweep_dangling_blocks) ? "true" : "false");
Expand Down

0 comments on commit 31f60a5

Please sign in to comment.