aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
Commit message (Expand)AuthorAgeFilesLines
...
| * Make EXTREFB handling more robustAidan Klein2021-08-181-6/+44
* | clangformatgatecat2021-08-141-2/+3
* | ecp5: Enable OPENDRAIN on differential outputsGreg Davill2021-08-141-1/+13
|/
* ecp5: Copy REGMODE in PDP mode to both A and B portsgatecat2021-08-021-1/+4
* ecp5: Add DCSC supportgatecat2021-07-064-11/+55
* Fixing old emails and names in copyrightsgatecat2021-06-1221-27/+27
* ecp5: Add missing clock edge assignmentsgatecat2021-06-101-0/+2
* ecp5: Don't attempt to promote undriven nets to globalsgatecat2021-06-071-1/+2
* Remove redundant code after hashlib movegatecat2021-06-021-70/+0
* Use hashlib in most remaining codegatecat2021-06-021-2/+2
* Using hashlib in archesgatecat2021-06-027-49/+33
* Use hashlib in placersgatecat2021-06-021-9/+0
* Use hashlib for core netlist structuresgatecat2021-06-026-81/+80
* Add hash() member functionsgatecat2021-06-021-0/+7
* ecp5: Use new cluster APIgatecat2021-05-063-20/+29
* clangformatgatecat2021-04-301-40/+30
* 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
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-153-10/+21
* timing: Replace all users of criticality with new enginegatecat2021-03-041-9/+3
* Fix compiler warnings introduced by -Wextragatecat2021-02-252-2/+1
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-194-86/+48
* Remove isValidBelForCellgatecat2021-02-164-58/+32
* Add getBelHidden and add some missing "override" statements.Keith Rothman2021-02-111-1/+1
* Add BaseArchRanges for default ArchRanges typesgatecat2021-02-091-16/+1
* Merge pull request #568 from YosysHQ/dave/arch-overridegatecat2021-02-084-268/+116
|\
| * Use 'T' postfix to disambiguate LHS and RHS of usingD. Shah2021-02-081-21/+21
| * Add archArgs and archArgsToId to Arch APID. Shah2021-02-051-2/+3
| * Rename ArchBase to BaseArch for consistency with BaseCtxD. Shah2021-02-052-6/+6
| * Add default implementation of bel bucket functionsD. Shah2021-02-054-83/+5
| * Add default implementation of some range-returning functionsD. Shah2021-02-051-12/+0
| * Add a few more functions to ArchBaseD. Shah2021-02-051-3/+4
| * ecp5: Use common wire/pip bindingD. Shah2021-02-051-82/+6
| * nextpnr: Use templates to specify range typesD. Shah2021-02-051-18/+46
| * nextpnr: Add base virtual functions for non-range Arch APID. Shah2021-02-051-84/+68
* | Use RelSlice::ssize instead of cast-to-int throughoutD. Shah2021-02-082-10/+10
|/
* ecp5: Use snake case for arch-specific functionsD. Shah2021-02-038-310/+310
* ecp5: Implement IdStringList for all arch object namesD. Shah2021-02-024-85/+66
* refactor: Replace getXName().c_str(ctx) with ctx->nameOfXD. Shah2021-02-022-8/+7
* ecp5: Proof-of-concept using IdStringList for bel namesD. Shah2021-02-025-37/+45
* arch: Add getNameDelimiter API for string listsD. Shah2021-02-021-0/+1
* Run "make clangformat".Keith Rothman2021-02-024-27/+21
* Add pybindings for new APIs.Keith Rothman2021-02-022-0/+14
* Rename Partition -> BelBucket.Keith Rothman2021-02-023-28/+28
* Working compile of ECP5.Keith Rothman2021-02-022-1/+15
* Refactor ECP5 to new Partition API.Keith Rothman2021-02-023-0/+64
* Initial refactoring of placer API.Keith Rothman2021-02-021-0/+3
* Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-011-0/+3