| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FPGA interchange XDC parser. | Keith Rothman | 2021-02-12 | 5 | -3/+204 |
* | Merge pull request #579 from litghost/add_control_for_split_io | gatecat | 2021-02-12 | 4 | -18/+28 |
|\ |
|
| * | Update docs. | Keith Rothman | 2021-02-12 | 1 | -0/+1 |
| * | Add control to whether GenericFrontend splits IO ports. | Keith Rothman | 2021-02-11 | 3 | -18/+27 |
* | | Make BaseArch getDecalGraphics return an empty range | gatecat | 2021-02-12 | 2 | -2/+2 |
* | | Merge pull request #580 from litghost/add_design_loaded_state_variable | gatecat | 2021-02-12 | 3 | -1/+8 |
|\ \ |
|
| * | | Add design_loaded state variable. | Keith Rothman | 2021-02-11 | 3 | -1/+8 |
| |/ |
|
* | | Merge pull request #581 from litghost/add_isbelhidden | gatecat | 2021-02-12 | 11 | -16/+30 |
|\ \
| |/
|/| |
|
| * | Add getBelHidden and add some missing "override" statements. | Keith Rothman | 2021-02-11 | 11 | -16/+30 |
|/ |
|
* | Merge pull request #574 from YosysHQ/gatecat/belpin-1 | gatecat | 2021-02-10 | 4 | -37/+0 |
|\ |
|
| * | Remove the unused CellInfo::pins field | gatecat | 2021-02-10 | 4 | -37/+0 |
|/ |
|
* | Merge pull request #573 from YosysHQ/gatecat/basearchranges | gatecat | 2021-02-09 | 5 | -49/+25 |
|\ |
|
| * | Add BaseArchRanges for default ArchRanges types | gatecat | 2021-02-09 | 5 | -49/+25 |
* | | Add nextpnr-gowin binary to gitignore | gatecat | 2021-02-09 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #568 from YosysHQ/dave/arch-override | gatecat | 2021-02-08 | 20 | -1145/+1334 |
|\ |
|
| * | Make BaseCtx destructor virtual | gatecat | 2021-02-08 | 1 | -1/+1 |
| * | Update docs with API changes | D. Shah | 2021-02-08 | 1 | -21/+160 |
| * | interchange: Base on ArchAPI | D. Shah | 2021-02-08 | 2 | -106/+135 |
| * | Use 'T' postfix to disambiguate LHS and RHS of using | D. Shah | 2021-02-08 | 6 | -147/+153 |
| * | Add archArgs and archArgsToId to Arch API | D. Shah | 2021-02-05 | 7 | -11/+27 |
| * | gowin: Switch to BaseArch | D. Shah | 2021-02-05 | 2 | -150/+107 |
| * | generic: Base upon ArchAPI | D. Shah | 2021-02-05 | 1 | -102/+132 |
| * | nexus: Switch to BaseArch | D. Shah | 2021-02-05 | 5 | -301/+103 |
| * | ice40: Switch to BaseArch | D. Shah | 2021-02-05 | 5 | -182/+115 |
| * | Add pure-virtual ArchAPI interface | D. Shah | 2021-02-05 | 1 | -104/+198 |
| * | Rename ArchBase to BaseArch for consistency with BaseCtx | D. Shah | 2021-02-05 | 3 | -7/+7 |
| * | Add default implementation of bel bucket functions | D. Shah | 2021-02-05 | 5 | -88/+94 |
| * | Add default implementation of some range-returning functions | D. Shah | 2021-02-05 | 2 | -17/+27 |
| * | Add a few more functions to ArchBase | D. Shah | 2021-02-05 | 2 | -11/+18 |
| * | ecp5: Use common wire/pip binding | D. Shah | 2021-02-05 | 2 | -83/+7 |
| * | Fix now-illegal use of reinterpret_cast | D. Shah | 2021-02-05 | 1 | -3/+5 |
| * | nextpnr: Example of shared wire/bel/pip binding code | D. Shah | 2021-02-05 | 1 | -13/+106 |
| * | nextpnr: Use templates to specify range types | D. Shah | 2021-02-05 | 2 | -18/+67 |
| * | nextpnr: Add base virtual functions for non-range Arch API | D. Shah | 2021-02-05 | 2 | -84/+176 |
* | | Update prjoxide URL | D. Shah | 2021-02-08 | 2 | -4/+4 |
* | | Merge pull request #572 from YosysHQ/dave/more-ssize | David Shah | 2021-02-08 | 4 | -23/+23 |
|\ \
| |/
|/| |
|
| * | Use RelSlice::ssize instead of cast-to-int throughout | D. Shah | 2021-02-08 | 4 | -23/+23 |
|/ |
|
* | Merge pull request #567 from litghost/initial_fpga_interchange | David Shah | 2021-02-05 | 15 | -2/+2582 |
|\ |
|
| * | Add RelSlice::ssize and use it when comparing with signed ints. | Keith Rothman | 2021-02-05 | 3 | -27/+29 |
| * | Move all string data into BBA file. | Keith Rothman | 2021-02-05 | 5 | -48901/+16 |
| * | Use RelSlice instead of RelPtr in cases where sizes are present. | Keith Rothman | 2021-02-04 | 2 | -97/+67 |
| * | Update APIs to conform to style guide. | Keith Rothman | 2021-02-04 | 5 | -67/+48939 |
| * | Remove unused method getReservedWireNet. | Keith Rothman | 2021-02-04 | 1 | -7/+0 |
| * | Update copywrite headers. | Keith Rothman | 2021-02-04 | 8 | -4/+12 |
| * | Correct some typos. | Keith Rothman | 2021-02-04 | 1 | -4/+4 |
| * | Fix warnings with signed/unsigned. | Keith Rothman | 2021-02-04 | 1 | -1/+1 |
| * | Fix fpga_interchange/README.md duplicate patch statement. | Keith Rothman | 2021-02-04 | 1 | -8/+0 |
| * | Fix URLs in Markdown. | Keith Rothman | 2021-02-04 | 1 | -2/+2 |
| * | Add empty constids.inc for build. | Keith Rothman | 2021-02-04 | 1 | -0/+0 |
| * | Run "make clangformat". | Keith Rothman | 2021-02-04 | 4 | -148/+100 |