aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * frontend: Improved error handling and fixesDavid Shah2019-12-272-1/+12
| | * command: Use new frontend experimentallyDavid Shah2019-12-271-2/+11
| | * frontend: Fix template compile issuesDavid Shah2019-12-272-61/+62
| | * frontend: Top level port importDavid Shah2019-12-271-52/+158
| | * frontend/base: Functions for hierarchical submodule cell importDavid Shah2019-12-271-45/+76
| | * frontend/base: Functions for leaf cell importDavid Shah2019-12-271-0/+72
| | * frontend/base: Functions for net[name] importDavid Shah2019-12-271-0/+116
| | * frontend: JSON implementation of the generic frameworkDavid Shah2019-12-273-18/+235
| | * 3rdparty: Add json11David Shah2019-12-274-2/+1044
| | * frontend/base: Improve net indexingDavid Shah2019-12-271-8/+27
| | * frontend/base: Functions for port importDavid Shah2019-12-272-1/+146
| | * frontend/base: Top module handlingDavid Shah2019-12-273-3/+96
| | * frontend: Draft for a generic template-based frontend APIDavid Shah2019-12-271-0/+102
| |/
| * Work around Qt MOC issue with IdString enumsDavid Shah2019-12-272-0/+8
| * Merge pull request #372 from fghoussen/readmeDavid Shah2019-12-251-1/+1
| |\
| | * [README] Add prerequisite: libboost-iostreams-dev.Franck HOUSSEN2019-12-251-1/+1
| |/
| * Merge pull request #370 from fghoussen/readmeMiodrag Milanović2019-12-201-1/+1
| |\
| | * [DOC] Fixing typo: cmake test suite triggered by 'make test'.Franck HOUSSEN2019-12-151-1/+1
| |/
| * ice40: Improve error handling of Lattice-style parametersDavid Shah2019-12-101-0/+3
| * Clarify step for macOSMiodrag Milanović2019-12-091-0/+2
| * Merge pull request #369 from YosysHQ/ecp5-prldDavid Shah2019-12-083-5/+25
| |\
| | * ecp5: Add support for flipflops with preloadDavid Shah2019-12-073-5/+25
| |/
| * Merge pull request #368 from YosysHQ/bba_fixMiodrag Milanović2019-12-072-3/+3
| |\
| | * proper formatingMiodrag Milanovic2019-12-061-1/+1
| | * Fix for bba to make it portableMiodrag Milanovic2019-12-062-3/+3
| |/
| * Merge pull request #361 from YosysHQ/clifford/embedDavid Shah2019-12-022-7/+40
| |\
| | * Switch to #embed_str for shorter compile timeClifford Wolf2019-12-011-2/+2
| | * Add bba #embed supportClifford Wolf2019-12-012-7/+40
| * | generic: Fix width of 0-driver INITDavid Shah2019-12-011-1/+1
| * | generic: Don't assume unused LUT inputs are zeroDavid Shah2019-12-012-2/+5
| * | HeAP: fix region constraint handlingDavid Shah2019-12-011-1/+1
| |/
| * ecp5: Fix 25k DDRDLLA bitstream genDavid Shah2019-11-292-3/+4
| * ecp5: Fix placement of DDRDLLADavid Shah2019-11-291-0/+26
| * Merge pull request #358 from YosysHQ/generic-improveDavid Shah2019-11-2711-58/+155
| |\
| | * ci: Run generic post-PnR sim smoketestDavid Shah2019-11-271-1/+1
| | * generic: Add support for post-PnR simulationDavid Shah2019-11-275-7/+67