aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
Commit message (Expand)AuthorAgeFilesLines
* api: add explain_invalid option to isBelLocationValidgatecat2022-12-071-1/+1
* refactor: ArcBounds -> BoundingBoxgatecat2022-12-071-1/+1
* api: Make NetInfo* of checkPipAvailForNet constgatecat2022-12-021-1/+1
* ice40: implement checkPipAvailForNetgatecat2022-09-201-0/+10
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-191-1/+1
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Using hashlib in archesgatecat2021-06-021-5/+5
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-5/+11
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-191-18/+9
* Remove isValidBelForCellgatecat2021-02-161-5/+0
* Add getBelHidden and add some missing "override" statements.Keith Rothman2021-02-111-1/+1
* Add BaseArchRanges for default ArchRanges typesgatecat2021-02-091-16/+1
* Use 'T' postfix to disambiguate LHS and RHS of usingD. Shah2021-02-081-21/+21
* Add archArgs and archArgsToId to Arch APID. Shah2021-02-051-2/+3
* ice40: Switch to BaseArchD. Shah2021-02-051-140/+111
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-1/+1
* ice40: Use snake case for arch-specific functionsD. Shah2021-02-031-11/+11
* ice40: Implement IdStringList for all arch object namesD. Shah2021-02-021-14/+25
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-021-18/+14
* Rename Partition -> BelBucket.Keith Rothman2021-02-021-19/+19
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-021-0/+43
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+5
* cleanup: Spelling fixesD. Shah2021-01-281-1/+1
* Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-42/+1
* ice40: Switch from RelPtr to RelSliceD. Shah2021-01-271-40/+51
* RelPtr: remove copy constructor and copy assignmentDavid Shah2020-11-131-0/+3
* Remove wire alias APIDavid Shah2020-10-151-9/+0
* Support rest of partsMiodrag Milanovic2020-07-081-0/+3
* Adding LP4K as wellMiodrag Milanovic2020-07-081-0/+1
* Support 4K parts directlyMiodrag Milanovic2020-07-081-0/+1
* Simplify and improve chipdb embedding/loading.whitequark2020-06-261-14/+3
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-1/+1
* ice40: Implement getRouteBoundingBox for router2David Shah2020-02-031-0/+2
* Allow selection of router algorithmDavid Shah2020-02-031-0/+2
* Add --placer option and refactor placer selectionDavid Shah2019-03-241-0/+3
* ice40: support u4kSimon Schubert2019-02-231-1/+4
* Load chipdb from filesystem as optionMiodrag Milanovic2019-02-091-1/+1
* timing: Path related fixesDavid Shah2019-01-271-1/+4
* ice40: Add helper to know which global network is driven by a SB_GB BelSylvain Munaut2018-11-261-0/+7
* ice40: Add GlobalNetowkrInfo in the chip databaseSylvain Munaut2018-11-191-1/+17
* ice40/arch: Add helper to check if a BEL is LOCKED or notSylvain Munaut2018-11-191-0/+2
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-0/+1
|\
| * [ice40] getBudgetOverride() to use constrained Z not placed ZEddie Hung2018-11-131-0/+1
* | Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-17/+37
|\|
| * Merge pull request #107 from YosysHQ/router_improveEddie Hung2018-11-131-17/+37
| |\
| | * clangformatClifford Wolf2018-11-111-4/+1
| | * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-111-14/+29
| | * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-111-9/+17
* | | archapi: Add getDelayFromNS to improve timing algorithm portabilityDavid Shah2018-11-121-0/+6