aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ice40: Improve PCF error handlingDavid Shah2018-11-261-3/+9
* | | Merge branch 'master' of github.com:YosysHQ/nextpnrDavid Shah2018-11-262-1/+3
|\ \ \
| * \ \ Merge pull request #146 from YosysHQ/fix_145David Shah2018-11-241-0/+2
| |\ \ \
| | * | | ice40: Fix disconnection of PACKAGEPIN for PAD PLLsDavid Shah2018-11-241-0/+2
| * | | | Merge pull request #144 from bgamari/patch-1David Shah2018-11-221-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | docs/constraints: Fix typoBen Gamari2018-11-221-1/+1
| |/ / /
* / / / python: Fixes to get net wires map workingDavid Shah2018-11-223-4/+55
|/ / /
* | | python: Add wrapper for vectors to allow Python access to net.usersDavid Shah2018-11-223-4/+76
* | | Merge pull request #122 from YosysHQ/ecp5_timingDavid Shah2018-11-229-134/+372
|\ \ \ | | |/ | |/|
| * | timing: Improve crit path statisticsDavid Shah2018-11-161-2/+7
| * | ecp5: Add 10% safety margin to pip delaysDavid Shah2018-11-161-2/+2
| * | ecp5: clangformat timing changesDavid Shah2018-11-164-19/+18
| * | ecp5: Use speed-grade-specific delay estimateDavid Shah2018-11-162-3/+2
| * | ecp5: Fix db import, improve timing data debuggingDavid Shah2018-11-164-5/+55
| * | ecp5: Allow selection of device speed gradeDavid Shah2018-11-161-3/+26
| * | ecp5: Post-rebase fixDavid Shah2018-11-161-3/+3
| * | ecp5: Consider fanout when calculating pip delaysDavid Shah2018-11-161-2/+12
| * | ecp5: Fix timing pip classesDavid Shah2018-11-161-1/+1
| * | ecp5: Use new timing dataDavid Shah2018-11-164-94/+82
| * | ecp5: Fix timing data importDavid Shah2018-11-161-5/+16
| * | ecp5: Adding real timing data to databaseDavid Shah2018-11-166-49/+202
* | | Merge pull request #140 from xobs/readme-ubuntu-boost-listDavid Shah2018-11-221-1/+1
|\ \ \
| * | | README: further specify required Boost packages for UbuntuSean Cross2018-11-221-1/+1
|/ / /
* | | Merge pull request #134 from YosysHQ/issue129David Shah2018-11-211-6/+6
|\ \ \ | |_|/ |/| |
| * | QUIET flag for cmake searches for boost pythonEddie Hung2018-11-201-6/+6
* | | Merge pull request #135 from smunaut/ice40_typoDavid Shah2018-11-211-1/+1
|\ \ \
| * | | ice40/pll: Fix typo when testing for global port output netSylvain Munaut2018-11-201-1/+1
|/ / /
* | | Merge pull request #133 from YosysHQ/yield_guiSerge Bazanski2018-11-201-0/+2
|\ \ \ | |/ / |/| |
| * | Add missing router1 ctx->yield() callsClifford Wolf2018-11-201-0/+2
|/ /
* | Merge pull request #131 from smunaut/ice40_fixesDavid Shah2018-11-2010-167/+422
|\ \
| * | ice40: Add support for SB_RGBA_DRVSylvain Munaut2018-11-195-2/+58
| * | ice40: Add global network output support for LFOSC/HFOSCSylvain Munaut2018-11-191-2/+10
| * | ice40/pack: Add helper to constain cells that are unique in the FPGASylvain Munaut2018-11-191-0/+16
| * | ice40: Add support for SB_GB_IOSylvain Munaut2018-11-195-8/+31
| * | ice40: Add support for PLL global outputs via PADINSylvain Munaut2018-11-192-84/+73
| * | ice40: Introduce the concept of forPadIn SB_GBSylvain Munaut2018-11-195-2/+53
| * | ice40/chipdb: Add wires to global network for all cells that can drive itSylvain Munaut2018-11-193-6/+22
| * | ice40: Add GlobalNetowkrInfo in the chip databaseSylvain Munaut2018-11-192-37/+63
| * | ice40: Fix BEL validity check for PLL vs SB_IOSylvain Munaut2018-11-191-21/+20
| * | ice40: Improve the is_sb_pll40_XXX predicates collectionSylvain Munaut2018-11-191-1/+13
| * | ice40: Fix PLLTYPE for SB_PLL40_2F_PADSylvain Munaut2018-11-191-1/+1
| * | ice40/pll: Add proper support for PLLOUT_SELECT_xxx attributesSylvain Munaut2018-11-191-0/+18
| * | ice40: Make PLL default FEEDBACK_MODE to SIMPLESylvain Munaut2018-11-191-1/+1
| * | ice40: Minor fix in predicate checking for logic portSylvain Munaut2018-11-191-2/+3
| * | ice40/pack: Stop looking for BEL when we have one during PLL placementSylvain Munaut2018-11-191-0/+1
| * | ice40/pack: Allow PLL to be constrained via 'BEL' attributesSylvain Munaut2018-11-191-0/+10
| * | ice40/pack: Make sure we don't use a LOCKED bel when placing PLLSylvain Munaut2018-11-191-0/+2
| * | ice40/arch: Add helper to check if a BEL is LOCKED or notSylvain Munaut2018-11-192-0/+21
| * | ice40/chipdb: Fix LOCKED keyword support to include all packagesSylvain Munaut2018-11-191-1/+2
| * | ice40/bitstream: Handle IoCtrl.IE_ polarity when configuring unused SB_IOSylvain Munaut2018-11-191-2/+7