aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdDavid Shah2018-11-261-4/+6
| | | | | | Fixes #74 Signed-off-by: David Shah <dave@ds0.me>
* clangformatDavid Shah2018-11-261-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #143 from daveshah1/ecp5_muxesDavid Shah2018-11-265-6/+169
|\ | | | | ecp5: Adding support for LUT extension muxes up to LUT7
| * ecp5: Add support for LUT7 muxDavid Shah2018-11-181-6/+116
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: More optimal LUT6 placementDavid Shah2018-11-163-1/+11
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * ecp5: Adding mux support up to LUT6David Shah2018-11-163-6/+49
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #138 from YosysHQ/refactor_logDavid Shah2018-11-268-123/+84
|\ \ | | | | | | Tidy up logging code, add log file support, make timing failures non-fatal errors
| * | Add nonfatal error support and use for timing failuresDavid Shah2018-11-264-3/+14
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | Change the log level of some timing-related messagesDavid Shah2018-11-213-16/+20
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | Refactor log code and add log file supportDavid Shah2018-11-215-106/+52
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | Merge pull request #139 from YosysHQ/fix_117David Shah2018-11-261-1/+6
|\ \ \ | | | | | | | | router1: Fix unrouted, undriven nets
| * | | router1: Fix unrouted, undriven netsDavid Shah2018-11-211-1/+6
| |/ / | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | json: Remove superfluous floating node messageDavid Shah2018-11-261-5/+0
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | ice40: Improve PCF error handlingDavid Shah2018-11-261-3/+9
| | | | | | | | | | | | | | | | | | Fixes #147 Signed-off-by: David Shah <dave@ds0.me>
* | | 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 PLLs
| | * | | ice40: Fix disconnection of PACKAGEPIN for PAD PLLsDavid Shah2018-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | Merge pull request #144 from bgamari/patch-1David Shah2018-11-221-1/+1
| |\ \ \ \ | | |/ / / | |/| | | docs/constraints: Fix typo
| | * | | docs/constraints: Fix typoBen Gamari2018-11-221-1/+1
| |/ / /
* / / / python: Fixes to get net wires map workingDavid Shah2018-11-223-4/+55
|/ / / | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | python: Add wrapper for vectors to allow Python access to net.usersDavid Shah2018-11-223-4/+76
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | Merge pull request #122 from YosysHQ/ecp5_timingDavid Shah2018-11-229-134/+372
|\ \ \ | | |/ | |/| ecp5: Use cell and pip timings from the Trellis database
| * | timing: Improve crit path statisticsDavid Shah2018-11-161-2/+7
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Add 10% safety margin to pip delaysDavid Shah2018-11-161-2/+2
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: clangformat timing changesDavid Shah2018-11-164-19/+18
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Use speed-grade-specific delay estimateDavid Shah2018-11-162-3/+2
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Fix db import, improve timing data debuggingDavid Shah2018-11-164-5/+55
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Allow selection of device speed gradeDavid Shah2018-11-161-3/+26
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Post-rebase fixDavid Shah2018-11-161-3/+3
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Consider fanout when calculating pip delaysDavid Shah2018-11-161-2/+12
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Fix timing pip classesDavid Shah2018-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Use new timing dataDavid Shah2018-11-164-94/+82
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Fix timing data importDavid Shah2018-11-161-5/+16
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | ecp5: Adding real timing data to databaseDavid Shah2018-11-166-49/+202
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | Merge pull request #140 from xobs/readme-ubuntu-boost-listDavid Shah2018-11-221-1/+1
|\ \ \ | | | | | | | | README: further specify required Boost packages for Ubuntu
| * | | README: further specify required Boost packages for UbuntuSean Cross2018-11-221-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UWhen installing Boost, you can either install libboost-all-dev, or install just the required packages. Previously, `libboost-dev` was the only required package listed. This adds `libboost-filesystem-dev libboost-thread-dev libboost-program-options-dev libboost-python-dev` to the list of required packages. It addresses issue #128. Signed-off-by: Sean Cross <sean@xobs.io>
* | | Merge pull request #134 from YosysHQ/issue129David Shah2018-11-211-6/+6
|\ \ \ | |_|/ |/| | QUIET flag for cmake searches for boost python
| * | 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 net
| * | | ice40/pll: Fix typo when testing for global port output netSylvain Munaut2018-11-201-1/+1
|/ / / | | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* | | Merge pull request #133 from YosysHQ/yield_guiSerge Bazanski2018-11-201-0/+2
|\ \ \ | |/ / |/| | Add missing router1 ctx->yield() calls
| * | Add missing router1 ctx->yield() callsClifford Wolf2018-11-201-0/+2
|/ / | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge pull request #131 from smunaut/ice40_fixesDavid Shah2018-11-2010-167/+422
|\ \ | | | | | | iCE40: Bug fixes and general improvement of global network support
| * | ice40: Add support for SB_RGBA_DRVSylvain Munaut2018-11-195-2/+58
| | | | | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40: Add global network output support for LFOSC/HFOSCSylvain Munaut2018-11-191-2/+10
| | | | | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40/pack: Add helper to constain cells that are unique in the FPGASylvain Munaut2018-11-191-0/+16
| | | | | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40: Add support for SB_GB_IOSylvain Munaut2018-11-195-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During packing we replace them by standard SB_IO cells and create the 'fake' SB_GB that matches that IO site global buffer connection. It's done in a separate pass because we need to make sure the nextpnr iob have been dealt first so we have our final Bel location on the SB_IO. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40: Add support for PLL global outputs via PADINSylvain Munaut2018-11-192-84/+73
| | | | | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40: Introduce the concept of forPadIn SB_GBSylvain Munaut2018-11-195-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those are cells that are created mainly to handle the various sources a global network can be driven from other than a user net. When the flag is set, this means the global network usually driven by this BEL is in fact driven by something else and so that SB_GB BEL and matching global network can't be used. This is also what gets used to set the extra bits during bitstream generation. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
| * | ice40/chipdb: Add wires to global network for all cells that can drive itSylvain Munaut2018-11-193-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | The icebox DB is a bit inconsistent in how global network connections are represented. Here we make it appear consistent by creating ports on the cells that can drive it. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>