aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/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
* nexus: Add ES2 device names and --list-devicesgatecat2022-09-151-0/+2
* refactor: Use IdString::in instead of || chainsgatecat2022-08-101-1/+1
* clangformatgatecat2022-03-311-1/+1
* Rename parse_lattice_param to parse_lattice_param_from_cellMaciej Dudek2022-03-301-1/+2
* nexus: add option to modify the mult factor of the estimate delayAlessandro Comodi2022-02-011-0/+1
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-191-1/+1
* nexus: router1 speedup based on #867gatecat2021-12-171-2/+70
* nexus: Add resource cost overridesgatecat2021-09-241-0/+2
* nexus: LUT permutation supportgatecat2021-09-241-0/+31
* Merge pull request #823 from YosysHQ/gatecat/nexus-r1-tweaksgatecat2021-09-221-1/+1
|\
| * nexus: Tweaks for router1 performancegatecat2021-09-221-1/+1
* | nexus: Fix DSP macro placementgatecat2021-09-221-0/+4
|/
* nexus: Fix getBelGlobalBufgatecat2021-09-021-1/+5
* nexus: Add IOLOGIC pins datagatecat2021-07-281-2/+3
* nexus: Disable center DCC-thrus on 17k devicegatecat2021-06-161-0/+16
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* Using hashlib in archesgatecat2021-06-021-6/+6
* router2: Add heatmap by routing resource typegatecat2021-05-201-0/+2
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-6/+9
* nexus: Add pin definitions for DPHYgatecat2021-03-081-0/+1
* nexus: Fix global handling for LIFCL-17gatecat2021-03-031-1/+1
* nexus: Fix getPipDelay returning negative after refactorgatecat2021-02-231-1/+1
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-191-26/+11
* 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
* Merge pull request #568 from YosysHQ/dave/arch-overridegatecat2021-02-081-257/+102
|\
| * 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
| * nexus: Switch to BaseArchD. Shah2021-02-051-255/+99
* | Use RelSlice::ssize instead of cast-to-int throughoutD. Shah2021-02-081-10/+10
|/
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-2/+2
* nexus: Implement IdStringList for all arch object namesD. Shah2021-02-021-22/+21
* 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
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-1/+0
* cleanup: Spelling fixesD. Shah2021-01-281-1/+1
* Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-39/+1
* nexus: Switch from RelPtr to RelSliceD. Shah2021-01-271-85/+77
* nexus: Fix LRAM pin typesDavid Shah2020-12-071-8/+9
* nexus: Add support for initialised LRAMDavid Shah2020-12-071-3/+4
* nexus: Add basic LRAM support (no init)David Shah2020-12-021-1/+1
* nexus: Fix db integrity checkDavid Shah2020-11-301-1/+1
* nexus: Add post-place LUTFF optimisationDavid Shah2020-11-301-13/+10