aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ice40: RenamingDavid Shah2018-07-181-3/+3
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | ice40: Use xArchArgs in validity checkDavid Shah2018-07-181-17/+22
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | ice40: Make assignArchArgs a Arch method; call also after legaliserDavid Shah2018-07-181-0/+30
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | ice40: Assign ArchArgs after packingDavid Shah2018-07-181-3/+2
| |/ |/| | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Remove pip names from ice40 chip db to safe memoryClifford Wolf2018-07-151-3/+17
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Add iCE40 Pip gfxClifford Wolf2018-07-151-16/+9
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Revert "Make ice40::Arch thread-safe"Sergiusz Bazanski2018-07-141-7/+0
| | | | This reverts commit 0816f447b768ebe0632f419e9b696714dda4e860.
* Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-141-23/+3
| | | | This reverts commit 9e4f97290a50fc5d9dc0cbe6ead945840b9811b1.
* Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-141-302/+66
| | | | This reverts commit 89809a8b810dd57f50f365d70a0ce547705f8dbb.
* Revert "Slight simplification of proxy code"Sergiusz Bazanski2018-07-141-54/+54
| | | | This reverts commit a71b576de6c404572439e30a56c4ff19497523a2.
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-7/+3
| | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-30/+47
| | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920.
* Revert "clang-format"Sergiusz Bazanski2018-07-141-22/+82
| | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01.
* Revert "Remove legacy access to state via Arch"Sergiusz Bazanski2018-07-141-0/+41
| | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea.
* Remove legacy access to state via ArchSergiusz Bazanski2018-07-141-41/+0
|
* clang-formatSergiusz Bazanski2018-07-141-82/+22
|
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-141-47/+30
|
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-3/+7
|
* Slight simplification of proxy codeSergiusz Bazanski2018-07-131-54/+54
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Sergiusz Bazanski2018-07-131-21/+68
|\ | | | | | | q3k/lock-the-things
| * Improve handling of iCE40 BRAM belsClifford Wolf2018-07-131-8/+36
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-131-3/+11
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-131-66/+291
| |
* | Make PnR use Unlocked methodsSergiusz Bazanski2018-07-131-3/+23
| |
* | Make ice40::Arch thread-safeSergiusz Bazanski2018-07-131-0/+7
|/ | | | | | | | | | | We move all non-chip data to be private and guard them with an R/W mutex. We then modify all calls that access these fields to lock/shared_lock the mutex as required. Profiling the code before and after is an exercise left to the reader :).
* Updates from clang-formatClifford Wolf2018-07-121-23/+13
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve iCE40 wire database and gfxClifford Wolf2018-07-121-4/+20
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Groups APIClifford Wolf2018-07-121-6/+58
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->place() APIClifford Wolf2018-07-111-0/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-111-0/+8
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add GUI Decals APIClifford Wolf2018-07-111-96/+111
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve ic40 gfxClifford Wolf2018-07-101-62/+18
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Make logic cell positioning a constantDavid Shah2018-07-091-4/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add constants for switchbox locationsDavid Shah2018-07-091-28/+28
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Make LCs smaller and move them downDavid Shah2018-07-091-6/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add switchboxesDavid Shah2018-07-091-3/+41
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add lutff_global switchboxDavid Shah2018-07-091-0/+8
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add ice40 wire gfx enumsClifford Wolf2018-07-091-1/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Reduce line width, adding some switchboxesDavid Shah2018-07-091-4/+28
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-6/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Building using MSVC worksMiodrag Milanovic2018-07-041-0/+8
|
* ice40: Another carry timing fixDavid Shah2018-07-031-5/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Fix carry timing pathsDavid Shah2018-07-031-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: UltraPlus SPRAM workingDavid Shah2018-06-291-4/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Add timing paths for carryDavid Shah2018-06-271-0/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-0/+12
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* added project saving and loadingMiodrag Milanovic2018-06-241-0/+19
|
* Updates from clangformatClifford Wolf2018-06-231-38/+18
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: Move global net test to ArchDavid Shah2018-06-231-0/+10
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fix "dereferencing type-punned pointer" warningsClifford Wolf2018-06-221-15/+15
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>