aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-063-11/+74
| * timing_opt: Implement neighbour Bel finderDavid Shah2018-12-063-0/+83
| * timing: Add criticality calculation to timing analysisDavid Shah2018-12-063-2/+220
* | Merge pull request #168 from YosysHQ/ci/cirrusSerge Bazanski2018-12-062-0/+44
|\ \
| * | ci: more RAMSergiusz Bazanski2018-12-061-4/+4
| * | ci: run test binariesSergiusz Bazanski2018-12-061-2/+5
| * | ci: downloadmoreram.comSergiusz Bazanski2018-12-051-1/+1
| * | ci: implement using CirrusCISergiusz Bazanski2018-12-052-0/+41
* | | ice40: Report error for unsupported PLL FEEDBACK_PATH valuesDavid Shah2018-12-061-7/+11
* | | ice40: Improve bitstream error handlingDavid Shah2018-12-061-2/+10
| |/ |/|
* | clangformatDavid Shah2018-12-062-2/+3
* | Merge pull request #164 from YosysHQ/carry_optDavid Shah2018-12-061-31/+78
|\ \
| * | ice40: Put debug logging behind ctx->debugDavid Shah2018-12-061-3/+5
| * | ice40: Fix carry chain splittingDavid Shah2018-12-051-1/+1
| * | ice40: Don't split carry chain in simple feed-out casesDavid Shah2018-12-041-7/+50
| * | ice40: Include I3 connectivity in chainDavid Shah2018-12-041-23/+25
* | | Fix crash exiting nextpnr guiMiodrag Milanovic2018-12-061-0/+1
| |/ |/|
* | Renamed LogLevel members, to prevent issue with system defines on WindowsMiodrag Milanovic2018-12-053-17/+17
* | Merge pull request #165 from smunaut/build_pipeMiodrag Milanović2018-12-051-2/+2
|\ \
| * | build: Make use of the pipe option to avoid temporary filesSylvain Munaut2018-12-041-2/+2
| |/
* | Merge pull request #166 from ajeakins/masterMiodrag Milanović2018-12-051-0/+1
|\ \ | |/ |/|
| * Fix crash starting the GUI on macOS where we must request a core profile.Adrian Jeakins2018-12-041-0/+1
|/
* Merge pull request #162 from whitequark/reset-fanoutDavid Shah2018-12-041-1/+3
|\
| * ice40: add reset global promotion threshold.whitequark2018-12-041-1/+3
|/
* Merge pull request #160 from dmsc/sb_ledda_ipDavid Shah2018-12-025-1/+26
|\
| * ice40: Add support for placing SB_LEDDA_IP block.Daniel Serpell2018-12-015-1/+26
|/
* Merge pull request #159 from YosysHQ/ecp5_pllplaceDavid Shah2018-12-012-2/+59
|\
| * ecp5: Pre-place PLLs and use dedicated routes into globalsDavid Shah2018-11-302-2/+59
* | Merge pull request #158 from YosysHQ/improve_errorDavid Shah2018-11-295-10/+14
|\ \ | |/ |/|
| * ice40: Add a warning for unconstrained IODavid Shah2018-11-291-6/+5
| * rulecheck: Improve message printed at startDavid Shah2018-11-291-1/+1
| * Improve reporting of unknown cell typesDavid Shah2018-11-292-2/+3
| * json: Improve reporting of multiple driversDavid Shah2018-11-291-1/+5
|/
* Merge pull request #157 from whitequark/fanout-threshDavid Shah2018-11-291-1/+1
|\
| * ice40: raise CE global promotion threshold.whitequark2018-11-291-1/+1
* | Merge pull request #156 from whitequark/fanoutDavid Shah2018-11-291-7/+11
|\ \ | |/ |/|
| * ice40: print fanout of nets promoted to globals.whitequark2018-11-281-7/+11
|/
* Merge pull request #155 from smunaut/issue_151David Shah2018-11-281-48/+48
|\
| * ice40: Update the way LVDS inputs are handled during bitstream generationSylvain Munaut2018-11-281-48/+48
* | Merge pull request #154 from smunaut/issue_141David Shah2018-11-281-72/+212
|\ \ | |/ |/|
| * ice40: Try to be helpful and suggest using PAD PLL instead of CORESylvain Munaut2018-11-281-2/+14
| * ice40: Revamp the whole PLL placement/validity check logicSylvain Munaut2018-11-281-72/+200
|/
* Merge pull request #153 from YosysHQ/global-optionsDavid Shah2018-11-282-3/+14
|\
| * ice40: Finer-grained control of global promotionDavid Shah2018-11-272-3/+14
|/
* Merge pull request #152 from YosysHQ/compile_fixDavid Shah2018-11-271-0/+10
|\
| * Fix compile on GCC 5.5 or olderMiodrag Milanovic2018-11-271-0/+10
|/
* Merge pull request #150 from YosysHQ/err_warn_countDavid Shah2018-11-264-2/+19
|\
| * Print warning and error count at end of executionDavid Shah2018-11-264-2/+19
|/
* timing: Improve clock constraint log outputDavid Shah2018-11-261-2/+6
* Merge pull request #149 from smunaut/issue_148David Shah2018-11-264-10/+43
|\