aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #643 from litghost/id_constantsgatecat2021-03-232-4/+27
|\
| * [FPGA interchange] Convert some string constants to IdString.Keith Rothman2021-03-232-4/+27
* | Merge pull request #640 from litghost/inversion_logicgatecat2021-03-237-8/+131
|\ \
| * | Initial version of inverter logic.Keith Rothman2021-03-237-8/+131
* | | Merge pull request #639 from litghost/parameter_iterationgatecat2021-03-238-44/+446
|\| | | |/ |/|
| * 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-237-43/+415
| * 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
* | Merge pull request #641 from litghost/initial_lookaheadgatecat2021-03-2315-13/+2689
|\ \ | |/ |/|
| * Initial lookahead for FPGA interchange.Keith Rothman2021-03-2315-13/+2689
|/
* 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-223-0/+10
|\ \
| * | Add getBelPinType to Python interface.Keith Rothman2021-03-223-0/+10
| |/
* | Merge pull request #632 from litghost/add_check_pip_for_netgatecat2021-03-228-16/+30
|\ \ | |/ |/|
| * Add "checkPipAvailForNet" to Arch API.Keith Rothman2021-03-228-16/+30
|/
* Merge pull request #636 from litghost/add_pseudo_pip_datagatecat2021-03-224-7/+144
|\
| * Increment required python-fpga-interchange version.Keith Rothman2021-03-221-1/+1
| * Add pseudo pip data to chipdb (with schema bump).Keith Rothman2021-03-223-6/+143
|/
* Merge pull request #635 from litghost/refactor_headersgatecat2021-03-2210-891/+1292
|\
| * Update tests to include Tcl header order fix.Keith Rothman2021-03-191-0/+0
| * Refactor header structures in FPGA interchange Arch.Keith Rothman2021-03-199-891/+1292
|/
* Merge pull request #633 from YosysHQ/gatecat/optional-ipogatecat2021-03-191-3/+4
|\
| * cmake: Use IPO only if supportedgatecat2021-03-191-3/+4
|/
* Merge pull request #631 from litghost/fixup_gui_dependenciesgatecat2021-03-183-4/+32
|\
| * Add option to link against "libprofiler".Keith Rothman2021-03-181-0/+4
| * Add IPO support for nextpnr, and have it enabled by default.Keith Rothman2021-03-181-0/+7
| * Fixup GUI link dependencies on headers from libraries.Keith Rothman2021-03-183-4/+21
* | Merge pull request #630 from litghost/run_clangformatgatecat2021-03-184-4/+3
|\ \ | |/ |/|
| * Run "make clangformat". to fix up master.Keith Rothman2021-03-184-4/+3
|/
* Merge pull request #629 from litghost/move_hash_selection_to_headergatecat2021-03-182-8/+52
|\
| * Moving hash map/set type selection to header.Keith Rothman2021-03-172-8/+52
|/
* Merge pull request #619 from acomodi/add-cmake-infra-fpga-interchangegatecat2021-03-1745-215/+860
|\
| * 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-1610-20/+96
| * github-actions: use capnp v0.8.0Alessandro Comodi2021-03-162-4/+4
| * github-actions: pin python-fpga-interchange to tagAlessandro Comodi2021-03-161-1/+2
| * github-actions: add basic CI to test FPGA interchangeAlessandro Comodi2021-03-162-0/+74
| * 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