aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* interchange: Implement getWireTypegatecat2021-04-303-1/+20
* interchange: Add wire types to chipdbgatecat2021-04-301-1/+17
* Merge pull request #689 from adamgreig/ecp5-alugatecat2021-04-293-1/+140
|\
| * Only set CIBOUT_BYP on MULTs that are not feeding an ALU.Adam Greig2021-04-291-1/+1
| * Add check_alu to Ecp5PackerAdam Greig2021-04-291-15/+123
| * Add relative constraints to position MULT18X18D near connected ALU54B.Adam Greig2021-04-292-0/+29
| * Add ALU54B.REG_OPCODEOP1_1_CLK parameter supportAdam Greig2021-04-291-0/+2
|/
* Merge pull request #685 from YosysHQ/gatecat/nexus-routinggatecat2021-04-251-4/+1
|\
| * nexus: Enable placeAllAtOncegatecat2021-04-251-4/+1
|/
* Merge pull request #683 from antmicro/interchange-allow-loc-keywordgatecat2021-04-201-2/+4
|\
| * interchange: allow LOC keyword in XDC filesJan Kowalewski2021-04-201-2/+4
* | Merge pull request #682 from YosysHQ/gatecat/default-cellpinsgatecat2021-04-206-8/+81
|\ \
| * | interchange: Bump versionsgatecat2021-04-202-1/+1
| * | interchange: Handle disconnected/missing cell pinsgatecat2021-04-193-6/+56
| * | interchange: Add default cell connections to chipdbgatecat2021-04-191-1/+24
|/ /
* | Merge pull request #681 from YosysHQ/gatecat/more-pybindingsgatecat2021-04-152-0/+8
|\ \
| * | Add Python bindings for placement testsgatecat2021-04-152-0/+8
* | | Merge pull request #680 from YosysHQ/gatecat/fix-utilgatecat2021-04-151-2/+2
|\ \ \ | |/ / |/| |
| * | Fix utilisation report when bel buckets are usedgatecat2021-04-151-2/+2
|/ /
* | Merge pull request #678 from acomodi/initial-fasm-generationgatecat2021-04-1421-71/+136
|\ \
| * | gh-actions: increase python-fpga-interchange tag versionAlessandro Comodi2021-04-141-1/+1
| * | interchange: add FASM generation target and clean-up testsAlessandro Comodi2021-04-1420-70/+135
| |/
* | Merge pull request #679 from YosysHQ/gatecat/disable-abslgatecat2021-04-1411-63/+54
|\ \ | |/ |/|
| * ci: Re-enable abseil for interchange CIgatecat2021-04-141-1/+1
| * Hash table refactoringgatecat2021-04-1410-62/+53
|/
* Merge pull request #677 from YosysHQ/gatecat/ppip-no-inputgatecat2021-04-131-14/+35
|\
| * interchange: Allow pseudo-cells with no input pinsgatecat2021-04-131-14/+35
* | Merge pull request #676 from YosysHQ/gatecat/fix-sta-crashgatecat2021-04-132-58/+73
|\ \ | |/ |/|
| * timing: Fix domain init when loops are presentgatecat2021-04-132-58/+73
|/
* Merge pull request #674 from adamgreig/heap-spreader-fixgatecat2021-04-121-0/+4
|\
| * HeAP: Skip high-strength cells in both cell loops.Adam Greig2021-04-121-0/+4
* | Merge pull request #673 from YosysHQ/gatecat/fix-fast-bels-refgatecat2021-04-121-14/+18
|\ \ | |/ |/|
| * fast_bels: Don't return pointer that might become invalidgatecat2021-04-121-14/+18
* | clangformatgatecat2021-04-128-133/+134
|/
* Merge pull request #668 from YosysHQ/gatecat/cell-bel-name-vccgatecat2021-04-091-6/+10
|\
| * interchange: Disambiguate cell and bel pins when creating Vcc tiesgatecat2021-04-091-6/+10
* | Merge pull request #669 from YosysHQ/gatecat/prjoxide-pingatecat2021-04-092-0/+3
|\ \ | |/ |/|
| * interchange: Pin prjoxide commitgatecat2021-04-092-0/+3
|/
* Merge pull request #667 from YosysHQ/fix_qtMiodrag Milanović2021-04-081-0/+4
|\
| * Add same fix as in issue #373Miodrag Milanovic2021-04-081-0/+4
|/
* Merge pull request #665 from cr1901/optional-ltogatecat2021-04-071-2/+13
|\
| * Add CMake option to enable IPO (enabled by default).William D. Jones2021-04-071-2/+13
|/
* Merge pull request #659 from litghost/pseudo_pip_fixesgatecat2021-04-0611-66/+882
|\
| * [interchange] Provide estimateDelay when USE_LOOKAHEAD is not defined.Keith Rothman2021-04-061-1/+16
| * Don't fail-fast for GH actions to allow for easier CI debugging.Keith Rothman2021-04-061-0/+3
| * [interchange] Remove requirement to have wire_lut.Keith Rothman2021-04-063-6/+7
| * [interchange] Fix invalid use of local variables due to refactoring.Keith Rothman2021-04-063-6/+7
| * [interchange] Prevent site router from generating incorrect LUTs.Keith Rothman2021-04-063-42/+102
| * [interchange] Scale edge cost of pseudo pips.Keith Rothman2021-04-062-5/+12
| * [interchange] Fix missing inline methods in site_arch.impl.hKeith Rothman2021-04-062-8/+9