aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
Commit message (Expand)AuthorAgeFilesLines
* Run "make clangformat".Keith Rothman2021-02-021-2/+2
* Rename Partition -> BelBucket.Keith Rothman2021-02-021-3/+3
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-021-2/+15
* nexus: Switch from RelPtr to RelSliceD. Shah2021-01-271-37/+31
* nexus: Add basic LRAM support (no init)David Shah2020-12-021-0/+11
* nexus: Fix db integrity checkDavid Shah2020-11-301-17/+6
* nexus: Add post-place LUTFF optimisationDavid Shah2020-11-301-5/+23
* nexus: Preliminary integration of DSP timing dataDavid Shah2020-11-301-0/+49
* nexus: Tweak heuristics to improve routeabilityDavid Shah2020-11-301-2/+2
* nexus: Fix slow routing around DSPsDavid Shah2020-11-301-0/+24
* nexus: Tweak delay heuristicsDavid Shah2020-11-301-2/+4
* nexus: Add EBR timing analysisDavid Shah2020-11-301-0/+19
* nexus: Add LUTRAM and WIDEFN9 timing supportDavid Shah2020-11-301-3/+22
* timing: Add a few more cell typesDavid Shah2020-11-301-6/+76
* nexus: Swap sort order to make some lookups easierDavid Shah2020-11-301-2/+2
* nexus: Add cell delay lookupDavid Shah2020-11-301-0/+81
* nexus: Lookup speed grade and pip delaysDavid Shah2020-11-301-0/+21
* nexus: Default to router2 for nowDavid Shah2020-11-301-1/+1
* nexus: Improve placer configDavid Shah2020-11-301-0/+5
* nexus: Add stub GUIDavid Shah2020-11-301-3/+57
* nexus: Add a simple global routing passDavid Shah2020-11-301-0/+3
* nexus: Generate FASM files that can be used standaloneDavid Shah2020-11-301-0/+8
* nexus: Build and embed chipdb automaticallyDavid Shah2020-11-301-12/+7
* nexus: Refactor cell pin style dbDavid Shah2020-11-301-0/+1
* nexus: Add IO packingDavid Shah2020-11-301-4/+14
* nexus: Lookup of package and IO pinsDavid Shah2020-11-301-0/+89
* nexus: Infrastructure for constant/inv handlingDavid Shah2020-11-301-0/+44
* nexus: Bring up to dateDavid Shah2020-11-301-2/+40
* nexus: Working on validity checkingDavid Shah2020-11-301-6/+0
* nexus: Add global networksDavid Shah2020-11-301-0/+3
* nexus: Add packing frameworkDavid Shah2020-11-301-8/+0
* nexus: Add mainDavid Shah2020-11-301-1/+1
* nexus: Add more placeholder Arch functionsDavid Shah2020-11-301-0/+121
* nexus: Implement bel, wire and pip Arch functionsDavid Shah2020-11-301-4/+209
* Add Arch constructorDavid Shah2020-11-301-0/+109