aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Slight simplification of proxy code"Sergiusz Bazanski2018-07-141-39/+14
| | | | This reverts commit a71b576de6c404572439e30a56c4ff19497523a2.
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-6/+2
| | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-27/+103
| | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920.
* Revert "clang-format"Sergiusz Bazanski2018-07-141-28/+27
| | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01.
* Revert "Add read/mutate context stubs for ECP5"Sergiusz Bazanski2018-07-141-0/+4
| | | | This reverts commit f333a68753655a4ccf7da9a4da96e7fdd19f9d08.
* Revert "Move read methods to ReadMethods, remove some legacy access to Arch"Sergiusz Bazanski2018-07-141-1/+0
| | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8.
* Revert "Remove legacy access to state via Arch"Sergiusz Bazanski2018-07-141-0/+28
| | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea.
* Remove legacy access to state via ArchSergiusz Bazanski2018-07-141-28/+0
|
* Move read methods to ReadMethods, remove some legacy access to ArchSergiusz Bazanski2018-07-141-0/+1
|
* Add read/mutate context stubs for ECP5Sergiusz Bazanski2018-07-141-4/+0
|
* clang-formatSergiusz Bazanski2018-07-141-27/+28
|
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-141-103/+27
|
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-2/+6
|
* Slight simplification of proxy codeSergiusz Bazanski2018-07-131-14/+39
|
* Comment arch.hSergiusz Bazanski2018-07-131-1/+34
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Sergiusz Bazanski2018-07-131-15/+14
|\ | | | | | | q3k/lock-the-things
| * Add ctx->pack() APIClifford Wolf2018-07-131-0/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-131-0/+11
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-131-239/+148
| |
* | Make PnR use Unlocked methodsSergiusz Bazanski2018-07-131-21/+96
| |
* | Make ice40::Arch thread-safeSergiusz Bazanski2018-07-131-6/+32
|/ | | | | | | | | | | 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 :).
* Improve iCE40 wire database and gfxClifford Wolf2018-07-121-0/+8
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Groups APIClifford Wolf2018-07-121-0/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->place() APIClifford Wolf2018-07-111-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-111-0/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* New refreshUi APIClifford Wolf2018-07-111-6/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add GUI Decals APIClifford Wolf2018-07-111-4/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added selection of chip and pacakge on new projet in GUIMiodrag Milanovic2018-07-071-1/+1
|
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-85/+55
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Building using MSVC worksMiodrag Milanovic2018-07-041-0/+7
|
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-14/+28
|
* Split "arch.h" in "arch.h" and "archdefs.h"Clifford Wolf2018-06-291-142/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: UltraPlus SPRAM workingDavid Shah2018-06-291-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-0/+19
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* added project saving and loadingMiodrag Milanovic2018-06-241-0/+3
|
* Improve router ripup handlingClifford Wolf2018-06-231-1/+12
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Updates from clangformatClifford Wolf2018-06-231-59/+19
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Refactoring bind/unbind APIClifford Wolf2018-06-231-8/+46
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: Move global net test to ArchDavid Shah2018-06-231-0/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: SB_LFOSC support, fabric routing onlyDavid Shah2018-06-221-5/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Preparations for extra cells supportDavid Shah2018-06-221-1/+12
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ice40: Add UltraPlus tiles to databaseDavid Shah2018-06-221-0/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵Clifford Wolf2018-06-221-1/+1
| | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Updates from clangformatClifford Wolf2018-06-211-12/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-211-0/+16
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improvements in routerClifford Wolf2018-06-211-1/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-201-0/+11
|\
| * Working on the timing budget annnotatorDavid Shah2018-06-201-3/+4
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-201-0/+10
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Changes to estimatePosition APIClifford Wolf2018-06-201-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>