aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
Commit message (Expand)AuthorAgeFilesLines
* 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
* ecp5: Add tilemap to chip databaseDavid Shah2018-08-012-2/+29
* ecp5: Adding configuration data structuresDavid Shah2018-08-012-0/+419
* ecp5: Tweak bitstream chip scopeDavid Shah2018-08-011-1/+1
* ecp5: Memory fixes in packerDavid Shah2018-08-011-4/+7
* Remove getFrameDecal() APIClifford Wolf2018-08-013-14/+1
* ecp5: Making arch.cc compileDavid Shah2018-08-011-2/+2
* clangformat for stuff I've touchedEddie Hung2018-07-311-1/+1
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-312-2/+2
* Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-312-0/+10
|\
| * Modify predictDelay signatureEddie Hung2018-07-302-3/+7
| * Add predictDelay Arch APIClifford Wolf2018-07-302-0/+6
* | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-313-1/+8
|\ \
| * | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-282-2/+3
| |\|