aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* HeAP: Cut peturbation, binning and intra-bin linear spreadingDavid Shah2019-03-221-19/+132
* HeAP: Cut finder for spreadingDavid Shah2019-03-221-18/+130
* HeAP: Region finder for spreading and strict legaliserDavid Shah2019-03-221-36/+454
* HeAP: Fix how initial placement handles chainsDavid Shah2019-03-221-9/+67
* HeAP: Successful solver converganceDavid Shah2019-03-223-27/+115
* HeAP: Add TAUCS wrapper and integrationDavid Shah2019-03-224-1/+166
* HeAP: Initial infrastructureDavid Shah2019-03-221-0/+366
* placer1: Legalise after reaching a diameter, not temperatureDavid Shah2019-03-221-6/+4
* placer1: Add (currently-unused) option for fanout threshold for timing cost calcDavid Shah2019-03-222-3/+5
* placer1: Implement non-timing-driven modeDavid Shah2019-03-221-26/+31
* placer1: Improve handling of regionsDavid Shah2019-03-221-4/+53
* pycontainers: Implement __contains__David Shah2019-03-221-0/+14
* Add Python helper functions for floorplanningDavid Shah2019-03-224-1/+67
* placer1: Consider regions during placementDavid Shah2019-03-223-16/+38
* placer1: Optimise for performanceDavid Shah2019-03-221-20/+58
* placer1: New temperature heuristicDavid Shah2019-03-223-19/+18
* placer1: Encourage chain swapsDavid Shah2019-03-221-1/+1
* placer1: TweaksDavid Shah2019-03-222-5/+7
* placer1: Allow chain position swaps after legalisationDavid Shah2019-03-222-4/+116
* placer1: Tweaking temperatureDavid Shah2019-03-221-9/+14
* placer1: Make budget-based placement an optionDavid Shah2019-03-223-22/+35
* placer1: TuningDavid Shah2019-03-221-6/+5
* placer1: Fix cost delta calculationDavid Shah2019-03-221-1/+3
* placer1: BugfixesDavid Shah2019-03-221-11/+15
* placer1: Rework to use new criticality-based weighted cost functionDavid Shah2019-03-221-88/+148
* placer1: New cost calculation infrastructureDavid Shah2019-03-221-1/+103
* json: Fix inputs directly driving inoutsDavid Shah2019-03-201-1/+1
* Add flag timing-allow-fail to allow PnR to pass with warningMiodrag Milanovic2019-03-042-0/+9
* timing: Fix negative slack overflow issueDavid Shah2019-02-251-2/+3
* ecp5: Router performance improvementsDavid Shah2019-02-251-0/+4
* ecp5: Fixes for litedramDavid Shah2019-02-241-0/+2
* ecp5: Add DELAYF/DELAYG supportDavid Shah2019-02-241-0/+2
* [timing] Fix off-by-one errorEddie Hung2019-02-111-1/+1
* Merge pull request #226 from YosysHQ/190207Eddie Hung2019-02-091-2/+1
|\
| * Fix slack_histogram computation accessing num_bins+1Eddie Hung2019-02-071-2/+1
* | clangformatDavid Shah2019-02-082-2/+2
* | Merge branch 'ecp5func'David Shah2019-02-082-2/+13
|\ \
| * | router1: Print route timeDavid Shah2019-01-301-0/+4
| * | placer1: Add place time printDavid Shah2019-01-301-2/+9
* | | timing: Add --ignore-loops optionDavid Shah2019-02-052-1/+7
| |/ |/|
* | timing: Path related fixesDavid Shah2019-01-271-2/+1
|/
* command: Setup logging before attempting to create ContextDavid Shah2018-12-261-14/+14
* common/chain_utils: Don't allow overlapping chainsDavid Shah2018-12-191-1/+2
* timing: Fix critical path printDavid Shah2018-12-131-10/+19
* timing_opt: Fix generic buildDavid Shah2018-12-071-1/+2
* timing_opt: Reduce iterations to 30, tidy up loggingDavid Shah2018-12-061-16/+12
* timing: Fix xclock crit calc and compiler warningsDavid Shah2018-12-061-7/+5
* timing_opt: Reduce search diameter to 2David Shah2018-12-061-1/+1
* timing_opt: Neighbour related fixesDavid Shah2018-12-061-8/+23
* timing_opt: Improve heuristicsDavid Shah2018-12-062-21/+49