diff options
author | David Shah <davey1576@gmail.com> | 2018-08-05 14:31:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-05 14:31:43 +0200 |
commit | ba97c233fb6e4502f3465a602f997cc2382f0e06 (patch) | |
tree | 3a62397aebff56e2031f3d5c6c930ead2699d641 /common/router1.h | |
parent | 8a9b3626d32e8845dc51044e0f281c0ccdb7e53a (diff) | |
parent | 287fe7e89451b952d15c7839aff9cb3db12bf807 (diff) | |
download | nextpnr-ba97c233fb6e4502f3465a602f997cc2382f0e06.tar.gz nextpnr-ba97c233fb6e4502f3465a602f997cc2382f0e06.tar.bz2 nextpnr-ba97c233fb6e4502f3465a602f997cc2382f0e06.zip |
Merge pull request #36 from YosysHQ/lutperm
Add LUT input permutations, improvements in ice40 timing model, improvements in router
Diffstat (limited to 'common/router1.h')
-rw-r--r-- | common/router1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/router1.h b/common/router1.h index a9e84b6b..0380adc2 100644 --- a/common/router1.h +++ b/common/router1.h @@ -29,6 +29,7 @@ struct Router1Cfg int maxIterCnt = 200; bool cleanupReroute = true; bool fullCleanupReroute = true; + bool useEstimate = true; }; extern bool router1(Context *ctx, const Router1Cfg &cfg); |