aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make worker genericMiodrag Milanovic2018-08-025-111/+31
|
* Move generic resources to top levelMiodrag Milanovic2018-08-0210-8/+8
|
* various fixes for generic archMiodrag Milanovic2018-08-022-10/+3
|
* Merge pull request #13 from YosysHQ/fix-windows-ctrl-cMiodrag Milanović2018-08-021-0/+13
|\ | | | | Handle CTRL-C for windows build
| * Handle CTRL-C for windows buildMiodrag Milanovic2018-08-021-0/+13
| |
* | Merge pull request #11 from mmicko/project_loadMiodrag Milanović2018-08-021-0/+9
|\ \ | | | | | | preserve command line parameters for project load
| * | preserve command line parameters for project loadMiodrag Milanovic2018-08-021-0/+9
| | |
* | | Merge pull request #15 from YosysHQ/fix-ecp5-msvcMiodrag Milanović2018-08-025-0/+39
|\ \ \ | | | | | | | | Add missing files and missing includes for MSVC
| * | | Add missing files and missing includes for MSVCMiodrag Milanovic2018-08-025-0/+39
| | | |
* | | | Merge pull request #19 from daveshah1/ecp5_fix_tiletypesDavid Shah2018-08-021-1/+1
|\ \ \ \ | | | | | | | | | | ecp5: Write tiletype names in correct order
| * | | | ecp5: Write tiletype names in correct orderDavid Shah2018-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | | | Merge pull request #18 from daveshah1/cell_timingsDavid Shah2018-08-023-22/+105
|\ \ \ \ \ | | | | | | | | | | | | ice40: Use real cell timings
| * | | | | ice40: Use real cell timingsDavid Shah2018-08-023-28/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | | | ice40: Adding cell timings to chipdbDavid Shah2018-08-022-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | | | | Fix for macOS segfaultMiodrag Milanovic2018-08-021-1/+2
|/ / / / /
* | | | | Merge pull request #16 from YosysHQ/rerouteClifford Wolf2018-08-025-48/+178
|\| | | | | | | | | | | | | | Add cleanup reroute passes to router1, improve reuse of wires
| * | | | clangformatClifford Wolf2018-08-021-24/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Merge branch 'master' of github.com:YosysHQ/nextpnr into rerouteClifford Wolf2018-08-021-1/+1
| |\| | |
| * | | | Fix router1 cleanupReroute() for "drive-by nets"Clifford Wolf2018-08-021-25/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Add Router1CfgClifford Wolf2018-08-025-26/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Improve router1 cleanupRerouteClifford Wolf2018-08-021-15/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Merge branch 'master' of github.com:YosysHQ/nextpnr into rerouteClifford Wolf2018-08-0217-94/+583
| |\ \ \ \
| * | | | | Add reroute pass and other router1 tweaksClifford Wolf2018-08-011-22/+95
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | Rename GUI "Graphics" tab to "Device"Clifford Wolf2018-08-021-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | Merge pull request #14 from YosysHQ/fix-destructorDavid Shah2018-08-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix destructor for tree Item, fixes clang build as well
| * | | | Fix destructor for tree Item, fixes clang build as wellMiodrag Milanovic2018-08-021-1/+1
|/ / / /
* | | | Merge pull request #2 from daveshah1/remove_libtrellisDavid Shah2018-08-0211-80/+541
|\ \ \ \ | |_|_|/ |/| | | Remove libtrellis link for bitstream gen
| * | | ecp5: Remove libtrellis link for bitstream genDavid Shah2018-08-018-89/+83
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | ecp5: Adding tilegrid helper functions to ArchDavid Shah2018-08-011-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | ecp5: Add tilemap to chip databaseDavid Shah2018-08-012-2/+29
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | ecp5: Adding configuration data structuresDavid Shah2018-08-012-0/+419
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | | Merge pull request #12 from YosysHQ/fix-updateelementsDavid Shah2018-08-021-5/+7
|\ \ \ \ | |_|_|/ |/| | | Properly delete element from unordered_map
| * | | Properly delete element from unordered_mapMiodrag Milanovic2018-08-021-5/+7
|/ / /
* | | Merge pull request #8 from mmicko/fix-lockSerge Bazanski2018-08-011-1/+0
|\ \ \ | | | | | | | | Removes unnecessary unlock causing trouble with placer
| * | | Removes unnecessary unlock causing trouble with placerMiodrag Milanovic2018-08-011-1/+0
| | | |
* | | | Merge pull request #1 from YosysHQ/q3k/add-copying-fileSerge Bazanski2018-08-011-0/+18
|\ \ \ \ | |/ / / |/| | | Add COPYING file
| * | | Add COPYING fileSergiusz Bazanski2018-08-011-0/+18
| |/ /
* | | json: Fix message for 1'bx valuesDavid Shah2018-08-011-3/+2
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Merge pull request #6 from YosysHQ/q3k/gui-fix-dangling-tree-childrenSerge Bazanski2018-08-011-1/+8
|\ \ \ | |/ / |/| | gui: treemodel: unregister from parent when we get destroyed
| * | gui: treemodel: unregister from parent when we get destroyedSergiusz Bazanski2018-08-011-1/+8
|/ / | | | | | | | | | | | | This fixes mysterious crashes when a new context was being loaded. The 'Bels', 'Wires', and 'Nets' roots would get replaced by new ones in TreeModel::Model::loadContext, but they would not get unregistered from their parent.
* | ecp5: Tweak bitstream chip scopeDavid Shah2018-08-011-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | ecp5: Memory fixes in packerDavid Shah2018-08-011-4/+7
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* router: release lock on failure to unblock UISergiusz Bazanski2018-08-011-0/+3
|
* gui: fix race condition when selecting elements during plavementSergiusz Bazanski2018-08-011-12/+45
|
* Update archapi.mdClifford Wolf2018-08-011-1/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve archapi docClifford Wolf2018-08-012-76/+264
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove getFrameDecal() APIClifford Wolf2018-08-019-34/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell ↵David Shah2018-08-011-28/+33
| | | | | | timing info yet) Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Making arch.cc compileDavid Shah2018-08-011-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* More documentation tweaksDavid Shah2018-08-012-8/+8
| | | | Signed-off-by: David Shah <davey1576@gmail.com>