aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
Commit message (Expand)AuthorAgeFilesLines
* ecp5: Add DCC Bels, fix global router post-rebaseDavid Shah2018-09-293-7/+12
* ecp5: Working on global routerDavid Shah2018-09-291-0/+88
* ecp5: Global routing algorithm up to TAPsDavid Shah2018-09-291-10/+75
* ecp5: Clock usage counter functionDavid Shah2018-09-291-1/+34
* ecp5: Helper function and arch tweaks for global routerDavid Shah2018-09-293-0/+81
* ecp5: clangformatDavid Shah2018-08-191-27/+19
* ecp5: Fix delay heuristicDavid Shah2018-08-191-2/+2
* ecp5: Add cell delaysDavid Shah2018-08-191-11/+131
* ecp5: Add crude approximation of Pip delaysDavid Shah2018-08-192-3/+45
* Merge pull request #54 from daveshah1/ecp5_speedupDavid Shah2018-08-195-29/+63
|\
| * ecp5: Flatten bel_to_cell for performanceDavid Shah2018-08-182-23/+21
| * ecp5: Speed up Bel availability/binding checksDavid Shah2018-08-181-5/+11
| * ecp5: Speedup placement using ArchCellInfoDavid Shah2018-08-184-12/+42
* | Merge pull request #47 from YosysHQ/settings_propagateClifford Wolf2018-08-181-6/+2
|\ \
| * | Use settings for placer1 and router1Miodrag Milanovic2018-08-091-6/+2
* | | Merge branch 'master' of github.com:YosysHQ/nextpnr into archattrClifford Wolf2018-08-181-2/+2
|\ \ \ | | |/ | |/|
| * | ecp5: Speedup router with slightly better estimatesDavid Shah2018-08-181-2/+2
| |/
* / Add Arch attrs APIClifford Wolf2018-08-141-0/+18
|/
* Merge pull request #42 from YosysHQ/floorplanDavid Shah2018-08-091-1/+11
|\
| * ecp5: Implement getPipLocation and related APIDavid Shah2018-08-091-1/+11
* | Use settings for json and pcfMiodrag Milanovic2018-08-081-1/+1
|/
* Merge branch 'master' of github.com:YosysHQ/nextpnr into constidsClifford Wolf2018-08-084-177/+124
|\
| * Merge pull request #44 from YosysHQ/improve_timing_specDavid Shah2018-08-082-8/+6
| |\
| | * Arch API: Removing Arch::isIOCellDavid Shah2018-08-082-4/+0
| | * Arch API: New specification for timing port classesDavid Shah2018-08-082-7/+6
| | * clangformatEddie Hung2018-08-061-6/+1
| | * Add Arch::isIOCell() to ecp5 and genericEddie Hung2018-08-062-0/+8
| | * Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-052-2/+2
| * | clangformatMiodrag Milanovic2018-08-081-5/+3
| * | Merge remote-tracking branch 'origin/master' into common_mainMiodrag Milanovic2018-08-085-71/+68
| |\ \
| * | | Added project loaderMiodrag Milanovic2018-08-062-0/+58
| * | | Added command parser and common implementationMiodrag Milanovic2018-08-051-169/+62
* | | | ecp5: Update to use const IdStrings in place of PortPin/BelTypeDavid Shah2018-08-089-148/+70
| |/ / |/| |
* | | Modify getBudgetOverride for generic and ecp5 tooEddie Hung2018-08-062-2/+2
| |/ |/|
* | API change: Use CellInfo* and NetInfo* as cell/net handles (ECP5)David Shah2018-08-055-61/+58
* | API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)David Shah2018-08-051-9/+9
|/
* Merge pull request #33 from YosysHQ/gui-ecp5Miodrag Milanović2018-08-042-2/+2
|\
| * Chip selection ui for ECP5Miodrag Milanovic2018-08-041-1/+1
| * Unify interfaces for guiMiodrag Milanovic2018-08-032-2/+2
* | Merge branch 'master' into slack_redist_freqEddie Hung2018-08-034-59/+2
|\ \
| * | Add constraint weight as a command line optionDavid Shah2018-08-031-1/+1
| * | Remove old place legaliser, set placement constraints instead (currently igno...David Shah2018-08-033-58/+1
| |/
* / Auto frequency only if --freq 0 is setEddie Hung2018-08-031-5/+1
|/
* ecp5: Refresh Bels when they are modifiedDavid Shah2018-08-031-0/+2
* Merge pull request #15 from YosysHQ/fix-ecp5-msvcMiodrag Milanović2018-08-025-0/+39
|\
| * Add missing files and missing includes for MSVCMiodrag Milanovic2018-08-025-0/+39
* | ecp5: Write tiletype names in correct orderDavid Shah2018-08-021-1/+1
* | Add Router1CfgClifford Wolf2018-08-021-1/+5
|/
* ecp5: Remove libtrellis link for bitstream genDavid Shah2018-08-017-87/+81
* ecp5: Adding tilegrid helper functions to ArchDavid Shah2018-08-011-0/+21