aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix latent bug in generic out-of-context IO modeDavid Shah2020-01-211-1/+2
| * ecp5: Don't reroute existing globalsDavid Shah2020-01-201-1/+2
| * Fixes for partial reconfig demoDavid Shah2020-01-182-1/+46
* | Merge pull request #389 from YosysHQ/mmicko/time_infoDavid Shah2020-02-021-9/+15
|\ \
| * | Update formattingMiodrag Milanovic2020-02-021-4/+4
| * | Better formattingMiodrag Milanovic2020-02-021-5/+4
| * | Add spent time info to reportMiodrag Milanovic2020-02-021-9/+16
|/ /
* | Merge pull request #388 from YosysHQ/mwk/json-fixesDavid Shah2020-02-013-16/+14
|\ \
| * | json: fix handling of 32-bit parametersMarcin Kościelnicki2020-02-013-16/+14
|/ /
* | cmake: Python 3.9 supportDavid Shah2020-01-291-1/+1
* | Merge pull request #386 from rrika/masterDavid Shah2020-01-273-1/+13
|\ \
| * | python: Expose PlaceStrength enum and isValidBelForCell on ecp5Erika2020-01-263-1/+13
|/ /
* | ecp5: Fix tieoff of unused DELAY signalsDavid Shah2020-01-211-3/+3
* | clangformatDavid Shah2020-01-202-5/+1
* | ecp5: Add SPICB0 IO supportDavid Shah2020-01-202-3/+3
* | Merge pull request #384 from YosysHQ/warning_fixesMiodrag Milanović2020-01-198-40/+28
|\ \ | |/ |/|
| * Few more caught by clangMiodrag Milanovic2020-01-181-4/+0
| * Warnings noticed by clangMiodrag Milanovic2020-01-182-17/+17
| * Various warning fixesMiodrag Milanovic2020-01-186-19/+11
|/
* frontend: Fix hang when loading very large designsDavid Shah2020-01-161-1/+1
* Merge pull request #382 from YosysHQ/ecp5-psuedodiffDavid Shah2020-01-163-13/+42
|\
| * ecp5: Add support for top pseudo diff outputsDavid Shah2020-01-153-13/+42
* | Merge pull request #381 from ldoolitt/masterDavid Shah2020-01-162-4/+3
|\ \ | |/ |/|
| * More adjustments to .bba file locationsLarry Doolittle2020-01-142-4/+3
|/
* Merge pull request #380 from ldoolitt/masterDavid Shah2020-01-141-2/+1
|\
| * Remove barrier to out-of-tree buildsLarry Doolittle2020-01-121-2/+1
* | Merge pull request #379 from twam/pass_versionDavid Shah2020-01-144-13/+15
|\ \ | |/ |/|
| * Change version to git describe and make set-able from outsideTobias Müller2020-01-114-13/+15
* | Merge pull request #377 from YosysHQ/mmicko/recordingMiodrag Milanović2020-01-118-2/+122
|\ \ | |/ |/|
| * Skip same framesMiodrag Milanovic2020-01-113-13/+24
| * Enable screenshot and recording featureMiodrag Milanovic2020-01-058-2/+111
|/
* HeAP: increase timeoutDavid Shah2019-12-301-1/+1
* Merge pull request #344 from YosysHQ/mmicko/ecp5_guiMiodrag Milanović2019-12-2817-72/+5673
|\
| * clangformatMiodrag Milanovic2019-12-281-16/+24
| * made most of frequent numbers constantsMiodrag Milanovic2019-12-281-273/+285
| * move constants to gfx.ccMiodrag Milanovic2019-12-282-18/+18
| * remove synt exampleMiodrag Milanovic2019-12-281-132/+0
| * Merge remote-tracking branch 'origin/master' into mmicko/ecp5_guiMiodrag Milanovic2019-12-2871-1805/+3391
| |\ | |/ |/|
* | ecp5: Always promote IOLOGIC SCLK to globalDavid Shah2019-12-271-1/+3
* | Merge pull request #353 from YosysHQ/generic-frontendDavid Shah2019-12-2724-1071/+2185
|\ \
| * | Document hierarchy structuresDavid Shah2019-12-271-1/+15
| * | Allow constraining non-leaf cells to regionsDavid Shah2019-12-271-1/+10
| * | Preserve hierarchy through packingDavid Shah2019-12-276-0/+97
| * | python: Add bindings for hierarchy structuresDavid Shah2019-12-278-8/+45
| * | frontend_base: Import cell hierarchyDavid Shah2019-12-271-3/+16
| * | First pass at data structures for hierarchyDavid Shah2019-12-272-2/+31
| * | json: Remove legacy frontendDavid Shah2019-12-277-1090/+3
| * | frontend: Support for loading settings and nextpnr stateDavid Shah2019-12-272-1/+27
| * | frontend/generic: Fix regressionsDavid Shah2019-12-274-22/+32
| * | frontend/base: Fix lookup of nets by module indexDavid Shah2019-12-271-28/+30