Verilog to Routing - VPR
|
Options for netlist loading. More...
#include <vpr_types.h>
Data Fields | |
e_const_gen_inference | const_gen_inference = e_const_gen_inference::COMB |
bool | absorb_buffer_luts = true |
bool | sweep_dangling_primary_ios = true |
bool | sweep_dangling_blocks = true |
bool | sweep_dangling_nets = true |
bool | sweep_constant_primary_outputs = false |
int | netlist_verbosity = 1 |
Options for netlist loading.
bool t_netlist_opts::absorb_buffer_luts = true |
e_const_gen_inference t_netlist_opts::const_gen_inference = e_const_gen_inference::COMB |
int t_netlist_opts::netlist_verbosity = 1 |
Verbose output during netlist cleaning
bool t_netlist_opts::sweep_constant_primary_outputs = false |
bool t_netlist_opts::sweep_dangling_blocks = true |
bool t_netlist_opts::sweep_dangling_nets = true |
bool t_netlist_opts::sweep_dangling_primary_ios = true |