aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31 from eddiehung/slack_histogramEddie Hung2018-08-054-102/+148
|\
| * Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000)Eddie Hung2018-08-041-3/+5
| * Revert "Be cognisant that delay_t could be a non-integer type (if so, truncat...Eddie Hung2018-08-041-4/+4
| * Be cognisant that delay_t could be a non-integer type (if so, truncate to int...Eddie Hung2018-08-041-4/+4
| * Merge branch 'master' into slack_histogramEddie Hung2018-08-0415-26/+166
| |\ | |/ |/|
* | compile fixMiodrag Milanovic2018-08-041-1/+1
* | Merge pull request #33 from YosysHQ/gui-ecp5Miodrag Milanović2018-08-0415-25/+165
|\ \
| * | Utility calls staticMiodrag Milanovic2018-08-042-2/+2
| * | Move ArchArgs to BaseWindowMiodrag Milanovic2018-08-047-11/+7
| * | Chip selection ui for ECP5Miodrag Milanovic2018-08-043-2/+53
| * | not needed anymoreMiodrag Milanovic2018-08-041-7/+0
| * | add write bitstreamMiodrag Milanovic2018-08-045-2/+77
| * | Unify interfaces for guiMiodrag Milanovic2018-08-038-9/+34
| | * Merge branch 'master' into slack_histogramEddie Hung2018-08-034-16/+15
| | |\ | |_|/ |/| |
* | | Merge pull request #30 from eddiehung/slack_redist_freqEddie Hung2018-08-034-19/+18
|\ \ \
| * \ \ Merge branch 'master' into slack_redist_freqEddie Hung2018-08-0321-699/+704
| |\ \ \ | |/ / / |/| | |
| * | | Auto frequency only if --freq 0 is setEddie Hung2018-08-034-19/+18
| |/ /
| | * Merge branch 'master' into slack_histogramEddie Hung2018-08-0321-699/+704
| | |\ | |_|/ |/| |
* | | Merge pull request #23 from daveshah1/use_placeconstrDavid Shah2018-08-0420-698/+699
|\ \ \
| * | | place_common: Remove excessively verbose debuggingDavid Shah2018-08-041-13/+0
| * | | clangformatDavid Shah2018-08-045-14/+14
| * | | Tidy upDavid Shah2018-08-043-3/+2
| * | | Add constraint weight as a command line optionDavid Shah2018-08-037-8/+27
| * | | Add distance moved metrics, changing heuristicsDavid Shah2018-08-032-1/+31
| * | | placer1: Experiment with adding 'constraint distance' metricDavid Shah2018-08-031-2/+11
| * | | place_common: Fixing accidental chain breakageDavid Shah2018-08-031-4/+7
| * | | Adding constraint satisfaction checks for debuggingDavid Shah2018-08-033-9/+18
| * | | Fixing constraint placement bugsDavid Shah2018-08-035-31/+56
| * | | place_common: Debugging bad relative constraint legalisationDavid Shah2018-08-031-1/+31
| * | | Fixing relative constraint implementationDavid Shah2018-08-032-1/+11
| * | | place_common: Relative constraints working for basic exampleDavid Shah2018-08-031-11/+28
| * | | place_common: Fixing rel legaliser search bugsDavid Shah2018-08-031-3/+3
| * | | Reworking packer and placer to use new generic rel legaliserDavid Shah2018-08-034-10/+18
| * | | place_common.cc: Working on constraint legalisationDavid Shah2018-08-031-13/+133
| * | | place_common: Helper functions for rel. constraintsDavid Shah2018-08-032-0/+126
| * | | Remove old place legaliser, set placement constraints instead (currently igno...David Shah2018-08-0310-679/+288
| |/ /
* / / ice40: Add SB_GB timing to databaseDavid Shah2018-08-041-1/+5
|/ /
| * clangformatEddie Hung2018-08-031-14/+20
| * Add crude histogram feature, printed after placement and routingEddie Hung2018-08-033-5/+33
| * Remove spaceEddie Hung2018-08-031-1/+0
| * Refactor timing.cc into Timing classEddie Hung2018-08-034-102/+113
|/
* Merge pull request #21 from daveshah1/promote_logic_globalsClifford Wolf2018-08-031-10/+40
|\
| * ice40: Promote 'logic' globals as well as clock/enable/resetDavid Shah2018-08-031-10/+40
* | Merge pull request #22 from YosysHQ/routethruClifford Wolf2018-08-034-15/+129
|\ \
| * | ice40: Add bitstream gen for routethru LUTsDavid Shah2018-08-031-9/+58
| * | Add LUT route-through pips to iCE40 architecture databaseClifford Wolf2018-08-023-6/+71
* | | Merge pull request #20 from YosysHQ/gui4allMiodrag Milanović2018-08-0324-448/+404
|\ \ \ | |_|/ |/| |
| * | ecp5: Refresh Bels when they are modifiedDavid Shah2018-08-031-0/+2
| * | Moved to new signal slot syntaxMiodrag Milanovic2018-08-035-50/+47
| * | clangformatMiodrag Milanovic2018-08-025-28/+23