| Commit message (Expand) | Author | Age | Files | Lines |
* | fabulous: Misc improvements | gatecat | 2023-02-28 | 3 | -2/+24 |
* | fabulous: Support for complex flops in PnR | gatecat | 2023-02-28 | 4 | -4/+37 |
* | fabulous: Add timing model for carries | gatecat | 2023-02-27 | 1 | -0/+20 |
* | fabulous: LUT permutation support | gatecat | 2023-02-27 | 4 | -2/+102 |
* | fabulous: Global constant wires scheme | gatecat | 2023-02-23 | 6 | -15/+140 |
* | fabulous: Add support for packing carry chains | gatecat | 2023-02-21 | 3 | -10/+122 |
* | fabulous: Further tweak magic numbers | gatecat | 2023-02-16 | 1 | -3/+3 |
* | fabulous: Add fake timings | gatecat | 2023-02-16 | 2 | -6/+46 |
* | fabulous: Improve names for BRAM bels | gatecat | 2023-02-10 | 2 | -6/+25 |
* | api: add explain_invalid option to isBelLocationValid | gatecat | 2022-12-07 | 6 | -7/+10 |
* | refactor: ArcBounds -> BoundingBox | gatecat | 2022-12-07 | 4 | -6/+6 |
* | viaduct: Fix constant connectivity | gatecat | 2022-12-06 | 1 | -0/+3 |
* | api: Make NetInfo* of checkPipAvailForNet const | gatecat | 2022-12-02 | 3 | -3/+3 |
* | fabulous: Tweak delay estimate | gatecat | 2022-11-10 | 1 | -0/+1 |
* | fabulous: Pack, validity check and FASM support for muxes | gatecat | 2022-09-30 | 4 | -5/+84 |
* | fabulous: Add split MUX bels | gatecat | 2022-09-30 | 2 | -1/+50 |
* | fabulous: fix, but disable, IO configuration | gatecat | 2022-09-16 | 1 | -0/+3 |
* | fabulous: Add a viaduct uarch | gatecat | 2022-09-09 | 12 | -1/+1637 |
* | viaduct: Allow passing command line options to uarch with -o | gatecat | 2022-08-15 | 1 | -0/+14 |
* | refactor: id(stringf(...)) to new idf(...) helper | gatecat | 2022-08-10 | 3 | -49/+46 |
* | generic: addBelPin with direction as an arg | gatecat | 2022-08-04 | 3 | -25/+12 |
* | netlist: Add PseudoCell API | gatecat | 2022-07-08 | 1 | -1/+1 |
* | generic: Use arch_pybindings_shared | gatecat | 2022-07-04 | 1 | -105/+12 |
* | generic: Add some extra helpers for viaduct uarches | gatecat | 2022-05-02 | 4 | -4/+52 |
* | generic: Add missing uarch guard | gatecat | 2022-04-27 | 1 | -1/+2 |
* | generic: Allow bel pins without wires | gatecat | 2022-04-04 | 1 | -3/+6 |
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 4 | -7/+8 |
* | okami: new Viaduct arch | Lofty | 2022-02-24 | 7 | -1/+638 |
* | refactor: New member functions to replace design_utils | gatecat | 2022-02-18 | 5 | -20/+20 |
* | refactor: Use cell member functions to add ports | gatecat | 2022-02-16 | 1 | -15/+8 |
* | refactor: New NetInfo and CellInfo constructors | gatecat | 2022-02-16 | 2 | -11/+5 |
* | viaduct: Allow constraining only cascades without fanout | gatecat | 2022-02-04 | 2 | -2/+5 |
* | generic: Add missing Pip vector binding | gatecat | 2022-02-04 | 2 | -0/+13 |
* | Viaduct API for a hybrid between generic and full-custom arch | gatecat | 2022-01-04 | 18 | -28/+1055 |
* | generic: Refactor for faster performance | gatecat | 2021-12-30 | 6 | -205/+319 |
* | archapi: Use arbitrary rather than actual placement in predictDelay | gatecat | 2021-12-19 | 2 | -5/+6 |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 9 | -11/+11 |
* | Use hashlib in most remaining code | gatecat | 2021-06-02 | 1 | -2/+2 |
* | Using hashlib in arches | gatecat | 2021-06-02 | 5 | -36/+21 |
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 3 | -16/+19 |
* | Add stub cluster API impl for remaining arches | gatecat | 2021-05-06 | 2 | -0/+12 |
* | Add "checkPipAvailForNet" to Arch API. | Keith Rothman | 2021-03-22 | 2 | -0/+7 |
* | Split nextpnr.h to allow for linear inclusion. | Keith Rothman | 2021-03-15 | 2 | -6/+20 |
* | Change CellInfo in getBelPinsForCellPin to be const. | Keith Rothman | 2021-02-23 | 2 | -2/+2 |
* | Replace DelayInfo with DelayPair/DelayQuad | gatecat | 2021-02-19 | 4 | -60/+31 |
* | generic: Don't generate Vcc if not needed | gatecat | 2021-02-17 | 1 | -5/+7 |
* | Remove isValidBelForCell | gatecat | 2021-02-16 | 2 | -16/+0 |
* | generic: Add APIs for controlling cell->bel pin mapping | gatecat | 2021-02-15 | 4 | -3/+29 |
* | Merge pull request #575 from YosysHQ/gatecat/belpin-2 | gatecat | 2021-02-15 | 2 | -0/+4 |
|\ |
|
| * | Add getBelPinsForCellPin to Arch API | gatecat | 2021-02-10 | 2 | -0/+4 |