| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 26 | -44/+44 |
* | Remove redundant code after hashlib move | gatecat | 2021-06-02 | 1 | -46/+0 |
* | Use hashlib in most remaining code | gatecat | 2021-06-02 | 1 | -2/+2 |
* | Using hashlib in arches | gatecat | 2021-06-02 | 6 | -22/+21 |
* | Use hashlib in routers | gatecat | 2021-06-02 | 1 | -1/+1 |
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 4 | -39/+42 |
* | Add hash() member functions | gatecat | 2021-06-02 | 1 | -0/+6 |
* | Add default base implementation of cluster API | gatecat | 2021-05-06 | 2 | -2/+6 |
* | Split nextpnr.h to allow for linear inclusion. | Keith Rothman | 2021-03-15 | 2 | -8/+20 |
* | Replace DelayInfo with DelayPair/DelayQuad | gatecat | 2021-02-19 | 4 | -72/+42 |
* | Remove isValidBelForCell | gatecat | 2021-02-16 | 3 | -123/+94 |
* | Add getBelHidden and add some missing "override" statements. | Keith Rothman | 2021-02-11 | 1 | -1/+1 |
* | Add BaseArchRanges for default ArchRanges types | gatecat | 2021-02-09 | 1 | -16/+1 |
* | Merge pull request #568 from YosysHQ/dave/arch-override | gatecat | 2021-02-08 | 4 | -184/+117 |
|\ |
|
| * | Use 'T' postfix to disambiguate LHS and RHS of using | D. Shah | 2021-02-08 | 1 | -21/+21 |
| * | Add archArgs and archArgsToId to Arch API | D. Shah | 2021-02-05 | 1 | -2/+3 |
| * | ice40: Switch to BaseArch | D. Shah | 2021-02-05 | 4 | -182/+114 |
* | | Use RelSlice::ssize instead of cast-to-int throughout | D. Shah | 2021-02-08 | 1 | -3/+3 |
|/ |
|
* | Mark IdString and IdStringList single argument constructors explicit. | Keith Rothman | 2021-02-04 | 3 | -6/+6 |
* | ice40: Use snake case for arch-specific functions | D. Shah | 2021-02-03 | 7 | -50/+50 |
* | ice40: Implement IdStringList for all arch object names | D. Shah | 2021-02-02 | 5 | -57/+88 |
* | refactor: Replace getXName().c_str(ctx) with ctx->nameOfX | D. Shah | 2021-02-02 | 2 | -6/+5 |
* | arch: Add getNameDelimiter API for string lists | D. Shah | 2021-02-02 | 1 | -0/+1 |
* | Run "make clangformat". | Keith Rothman | 2021-02-02 | 4 | -28/+21 |
* | Add pybindings for new APIs. | Keith Rothman | 2021-02-02 | 2 | -0/+14 |
* | Rename Partition -> BelBucket. | Keith Rothman | 2021-02-02 | 3 | -29/+29 |
* | Add Partition APIs to ice40, nexus, gowin archs. | Keith Rothman | 2021-02-02 | 3 | -0/+78 |
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 1 | -0/+5 |
* | Seperate PipRange types in pybindings_shared. | Keith Rothman | 2021-02-01 | 1 | -0/+4 |
* | cleanup: Spelling fixes | D. Shah | 2021-01-28 | 1 | -1/+1 |
* | cleanup: Remove dead/unused code | D. Shah | 2021-01-28 | 1 | -32/+0 |
* | Move RelPtr/RelSlice out of arches into common | D. Shah | 2021-01-27 | 1 | -42/+1 |
* | ice40: Switch from RelPtr to RelSlice | D. Shah | 2021-01-27 | 6 | -149/+137 |
* | ice40: Nicer error for unconstrained SB_GB_IO | David Shah | 2020-12-27 | 1 | -0/+2 |
* | Use std::string::find(char c) when searching for a single character. | Tim Callahan | 2020-12-16 | 1 | -1/+1 |
* | ice40: Clarify feedback paths in PLL constraints code | David Shah | 2020-12-03 | 1 | -3/+3 |
* | ice40: Derive PLL timing constraints | David Shah | 2020-12-03 | 1 | -31/+138 |
* | RelPtr: remove copy constructor and copy assignment | David Shah | 2020-11-13 | 1 | -0/+3 |
* | ice40/pack/SB_PLL: Force fixed value to 4'b1111 if dynamic delay is used | Sylvain Munaut | 2020-11-10 | 1 | -7/+9 |
* | Remove wire alias API | David Shah | 2020-10-15 | 1 | -9/+0 |
* | CMake: fix Windows-ism in status message | whitequark | 2020-08-26 | 1 | -1/+1 |
* | Fix MESSAGE indicating where externally-built .bbas live. | William D. Jones | 2020-08-22 | 1 | -1/+1 |
* | Initial conversion to pybind11 | Miodrag Milanovic | 2020-07-23 | 1 | -19/+17 |
* | ice40: If IO is used by SB_GB_IO, can't use it for PLL | Sylvain Munaut | 2020-07-09 | 1 | -1/+2 |
* | Fixes for new part types | Miodrag Milanovic | 2020-07-08 | 5 | -16/+43 |
* | Use proper names in GUI | Miodrag Milanovic | 2020-07-08 | 1 | -12/+12 |
* | Support rest of parts | Miodrag Milanovic | 2020-07-08 | 3 | -13/+58 |
* | Missed adding option | Miodrag Milanovic | 2020-07-08 | 1 | -0/+2 |
* | Adding LP4K as well | Miodrag Milanovic | 2020-07-08 | 3 | -3/+16 |
* | Support 4K parts directly | Miodrag Milanovic | 2020-07-08 | 3 | -5/+33 |