aboutsummaryrefslogtreecommitdiffstats
path: root/nexus
Commit message (Expand)AuthorAgeFilesLines
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-045-16/+16
* nexus: Implement IdStringList for all arch object namesD. Shah2021-02-023-59/+56
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-024-27/+21
* Add pybindings for new APIs.Keith Rothman2021-02-022-0/+15
* Rename Partition -> BelBucket.Keith Rothman2021-02-023-29/+29
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-023-2/+80
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+5
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-012-2/+2
* cleanup: Spelling fixesD. Shah2021-01-281-1/+1
* cleanup: Fix compiler warningsD. Shah2021-01-281-2/+1
* Make RelSlice uncopyableD. Shah2021-01-271-1/+1
* Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-39/+1
* nexus: Switch from RelPtr to RelSliceD. Shah2021-01-274-127/+113
* nexus: Add MULTADDSUB9X9WIDE supportDavid Shah2020-12-082-28/+71
* nexus: Fix LRAM pin typesDavid Shah2020-12-072-10/+11
* nexus: Add support for initialised LRAMDavid Shah2020-12-074-12/+50
* nexus: Add basic LRAM support (no init)David Shah2020-12-026-4/+116
* nexus: Add PLL supportDavid Shah2020-12-024-3/+213
* nexus: Add support for deriving timing constraints in packerDavid Shah2020-12-021-0/+96
* nexus/pdc: Parse simple clock constraintsDavid Shah2020-12-021-0/+61
* nexus: Fix db integrity checkDavid Shah2020-11-302-18/+7
* nexus: Add post-place LUTFF optimisationDavid Shah2020-11-304-19/+200
* nexus: Improve error handling in global routerDavid Shah2020-11-301-0/+8
* nexus: Preliminary integration of DSP timing dataDavid Shah2020-11-303-4/+111
* nexus: Tweak heuristics to improve routeabilityDavid Shah2020-11-301-2/+2
* nexus: Clocked MULTADDSUB36X36 fixDavid Shah2020-11-301-0/+2
* nexus: Add MULTADDSUB36X36David Shah2020-11-301-4/+21
* nexus: Add MULTADDSUB18X18 supportDavid Shah2020-11-302-17/+78
* nexus: ACC54 definitionsDavid Shah2020-11-303-0/+77
* nexus: Add DSP pre-adder supportDavid Shah2020-11-302-2/+23
* nexus: Fix DSP signed portsDavid Shah2020-11-301-2/+2
* nexus: Larger DSP tweaksDavid Shah2020-11-302-9/+15
* nexus: Fix slow routing around DSPsDavid Shah2020-11-302-0/+28
* nexus: Fix validity checking when DSPs are usedDavid Shah2020-11-302-3/+10
* nexus: Refactor DSP macro splitting to make it more genericDavid Shah2020-11-303-29/+139
* nexus: Add support for clocked MULT9X9sDavid Shah2020-11-302-0/+45
* nexus: Support for unclocked 9x9 multipliesDavid Shah2020-11-303-13/+96
* nexus: More DSP primitive configDavid Shah2020-11-303-1/+67
* nexus: Miscellaneous DSP infrastructureDavid Shah2020-11-302-0/+125
* nexus: Add some infrastructure for DSP packingDavid Shah2020-11-301-5/+135
* nexus: Tweak delay heuristicsDavid Shah2020-11-301-2/+4
* nexus: Add EBR timing analysisDavid Shah2020-11-302-0/+38
* nexus: Add LUTRAM and WIDEFN9 timing supportDavid Shah2020-11-303-4/+33
* timing: Add a few more cell typesDavid Shah2020-11-305-7/+97
* nexus: Swap sort order to make some lookups easierDavid Shah2020-11-303-4/+4
* nexus: Add cell delay lookupDavid Shah2020-11-304-0/+91
* nexus: Lookup speed grade and pip delaysDavid Shah2020-11-302-1/+31
* nexus: Add timing structures to BBADavid Shah2020-11-302-2/+50
* nexus: Add error if device not specifiedDavid Shah2020-11-301-0/+3