aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
Commit message (Expand)AuthorAgeFilesLines
...
| * | Initial version of inverter logic.Keith Rothman2021-03-237-8/+131
* | | Merge pull request #639 from litghost/parameter_iterationgatecat2021-03-235-42/+315
|\| | | |/ |/|
| * Update FPGA interchange chipdb to v4 with inverter data.Keith Rothman2021-03-231-1/+22
| * Use new parameter definition data in FPGA interchange processing.Keith Rothman2021-03-234-41/+284
| * Update latest version of FPGA interchange schema.Keith Rothman2021-03-231-1/+10
* | Merge pull request #642 from YosysHQ/gatecat/missing-cell-pingatecat2021-03-231-0/+3
|\ \ | |/ |/|
| * interchange: Add nice error for missing cell pinsgatecat2021-03-231-0/+3
* | Initial lookahead for FPGA interchange.Keith Rothman2021-03-2313-13/+2682
|/
* Merge pull request #638 from litghost/fixup_physical_netlist_writergatecat2021-03-221-11/+93
|\
| * Correct some bugs in writing of physical netlist w.r.t. site sources.Keith Rothman2021-03-221-11/+93
* | Merge pull request #637 from litghost/refine_site_routergatecat2021-03-2217-588/+2745
|\ \
| * | Rework FPGA interchange site router.Keith Rothman2021-03-2212-571/+2617
| * | Add missing dependencies to CMake targets.Keith Rothman2021-03-225-17/+128
| |/
* | Merge pull request #634 from litghost/add_get_bel_pin_typegatecat2021-03-221-0/+4
|\ \
| * | Add getBelPinType to Python interface.Keith Rothman2021-03-221-0/+4
| |/
* / Add "checkPipAvailForNet" to Arch API.Keith Rothman2021-03-222-3/+3
|/
* Add pseudo pip data to chipdb (with schema bump).Keith Rothman2021-03-223-6/+143
* Refactor header structures in FPGA interchange Arch.Keith Rothman2021-03-198-891/+1289
* Fixup GUI link dependencies on headers from libraries.Keith Rothman2021-03-181-0/+5
* fpga_interchange: temporarily disable failing testAlessandro Comodi2021-03-171-1/+2
* fpga_interchange: minor fixes and comments additionAlessandro Comodi2021-03-163-22/+57
* fpga_interchange: address review commentsAlessandro Comodi2021-03-169-18/+92
* github-actions: use capnp v0.8.0Alessandro Comodi2021-03-161-1/+1
* fpga_interchange: re-add README with updated instructionsAlessandro Comodi2021-03-161-0/+69
* fpga_interchange: tests: add techmap optional source fileAlessandro Comodi2021-03-164-3/+19
* fpga_interchange: add bbasm step and archcheckAlessandro Comodi2021-03-167-41/+78
* fpga_interchange: address review commentsAlessandro Comodi2021-03-164-32/+91
* fpga_interchange: tests: added comment and fixed XDCAlessandro Comodi2021-03-1616-29/+74
* fpga_interchange: chipdb: use generic patching functionAlessandro Comodi2021-03-163-41/+96
* fpga_interchange: cmake: generate only one device familyAlessandro Comodi2021-03-169-49/+72
* fpga_interchange: tests: add cmake functionsAlessandro Comodi2021-03-1627-50/+215
* fpga_intrchange: add cmake infrastructure to generate chipdbsAlessandro Comodi2021-03-166-133/+122
* Use NEXTPNR_NAMESPACE macro's now that headers are seperated.Keith Rothman2021-03-154-5/+5
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-155-25/+42
* clangformatgatecat2021-03-033-114/+108
* Update FPGA interchange README.Keith Rothman2021-02-261-11/+7
* For now just return false in the site router.Keith Rothman2021-02-261-1/+1
* Initial LUT rotation logic.Keith Rothman2021-02-267-7/+739
* Add counter test.Keith Rothman2021-02-265-0/+71
* Fix compiler warnings introduced by -Wextragatecat2021-02-252-3/+3
* Fix assorted bugs in FPGA interchange.Keith Rothman2021-02-238-422/+626
* Finish dedicated interconnect implementation.Keith Rothman2021-02-233-139/+611
* Working FF example now that constant merging is done.Keith Rothman2021-02-236-8/+218
* Add initial logic for handling dedicated interconnect situations.Keith Rothman2021-02-2311-26/+587
* Move RapidWright git URI back to upstream.Keith Rothman2021-02-231-5/+1
* Remove some signedness warnings.Keith Rothman2021-02-231-1/+1
* Fix reference copy.Keith Rothman2021-02-231-6/+6
* Run "make clangformat".Keith Rothman2021-02-231-6/+8
* Initial working constant network support!Keith Rothman2021-02-234-14/+145
* Add constant network test case.Keith Rothman2021-02-235-0/+42