aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.cc
Commit message (Expand)AuthorAgeFilesLines
* ice40: Optimise reset/enable net checkingDavid Shah2018-07-201-10/+4
* ice40: Use xArchArgs in validity checkDavid Shah2018-07-181-22/+14
* Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-141-3/+3
* Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-141-38/+37
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-3/+3
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-141-3/+3
* Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-131-37/+38
* Make PnR use Unlocked methodsSergiusz Bazanski2018-07-131-3/+3
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-2/+2
* ice40: Reworking placement legalisation to allow integration with SA placerDavid Shah2018-06-291-9/+0
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-3/+3
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-39/+32
* Update from increased clangformat line lengthDavid Shah2018-06-231-17/+9
* Refactoring bind/unbind APIClifford Wolf2018-06-231-3/+3
* ice40: Move global net test to ArchDavid Shah2018-06-231-4/+5
* Cleanup almost all deprecation warningsMiodrag Milanovic2018-06-231-3/+3
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* Major performance improvement to placement validity checkDavid Shah2018-06-191-21/+30
* ice40: Don't deduplicate local tracks when countingDavid Shah2018-06-191-10/+9
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-181-8/+9
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-17/+15
* Rename Chip to Arch and ChipArgs to ArchArgsClifford Wolf2018-06-181-2/+2
* Minor performance tweaks and fixesDavid Shah2018-06-171-21/+27
* place_sa: Add a rip-up feature when initial placement failsDavid Shah2018-06-171-1/+2
* Updating copyrightsDavid Shah2018-06-171-0/+1
* Improving the placer outputDavid Shah2018-06-171-1/+2
* Add 'get or default' functionsDavid Shah2018-06-171-3/+4
* place: Fix placer validity checksDavid Shah2018-06-161-0/+21
* ice40: Proper global promotionDavid Shah2018-06-161-1/+7
* ice40: Promote reset signalDavid Shah2018-06-161-0/+14
* ice40: Only place IO at valid pinsDavid Shah2018-06-161-3/+4
* experiment: Simple heuristic-based placerDavid Shah2018-06-161-3/+7
* ice40: Another arch_place fixDavid Shah2018-06-141-1/+1
* ice40: General fixesDavid Shah2018-06-141-10/+20
* Fix NEXTPNR_NAMESPACEClifford Wolf2018-06-121-0/+4
* ice40: Adding a placement validity checkerDavid Shah2018-06-121-0/+89