Skip to content
Unverified Commit 3b6c07c3 authored by Austin Seipp's avatar Austin Seipp
Browse files

nextpnr: enable OpenMP support (for Eigen)



The new HEaP analytic placer for NextPNR uses Eigen for underlying
placement algorithms. Enabling -DUSE_OPENMP passes -fopenmp onto the
compiler, which Eigen picks up automatically with no extra work.

This should result in placer speedups for large designs, e.g. on ECP5
85k chips.

Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent a5add1e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment