compiler.device.config ≡
Default values for device specific compiler configuration parameters.
const bool fifo_depth_pow2 = true §
true if FIFO depths should be round up to a power of
2
const bool supports_auto_pipelining = false §
true if the platform supports a feature where the EDA tool chooses the number of additional pipeline registers to add as needed to improve placement and routing
const auto min_auto_pipeline_depth = 0 §
On platforms that support auto-pipelining, there is a mininum fixed depth of pipeline registers required.
const bool supports_luts = true §
true if the device supports LUTs (should be true for all FPGAs)
const bool trade_area_for_speed = false §