Module libreda_pnr::util::buffer_removal
source · Expand description
Remove buffer cells or buffer trees from a netlist while preserving the logic function.
Structs
- Buffer removal engine. Removes non-inverting buffers and inverting buffers. Buffer cells are identified by name. The names must be specified manually using
add_non_inverting_buffer()andadd_inverting_buffer().