aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests to confirm constant routing import.Keith Rothman2021-02-233-9/+78
* Correct some bugs in the create_bba Makefile.Keith Rothman2021-02-231-3/+9
* Add initial constant network support to FPGA interchange arch.Keith Rothman2021-02-232-7/+47
* Update archapi.md with latest signature.Keith Rothman2021-02-231-1/+1
* Change CellInfo in getBelPinsForCellPin to be const.Keith Rothman2021-02-236-7/+7
* Merge pull request #594 from YosysHQ/gatecat/heap-tidyinggatecat2021-02-236-41/+88
|\
| * Refactor some common code to CellInfo methodsgatecat2021-02-236-38/+43
| * HeAP: Document legalise_placement_strict bettergatecat2021-02-231-3/+45
|/
* nexus: Fix getPipDelay returning negative after refactorgatecat2021-02-231-1/+1
* pyconsole: Avoid lockup when reading from stdingatecat2021-02-221-0/+2
* Demote the 'no clocks' warning to info and make clearergatecat2021-02-201-1/+1
* Merge pull request #592 from YosysHQ/gatecat/rework-delaygatecat2021-02-2035-502/+307
|\
| * Update generic.mdgatecat2021-02-201-4/+4
| * python: Bindings for DelayPair and DelayQuadgatecat2021-02-191-0/+25
| * Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-1933-498/+243
| * Add DelayPair and DelayQuad structuresgatecat2021-02-191-0/+35
* | clangformatgatecat2021-02-191-1/+2
|/
* Merge pull request #576 from litghost/add_cell_bel_pin_mappinggatecat2021-02-1928-86/+2251
|\
| * Fix sign mismatch.Keith Rothman2021-02-182-2/+2
| * Do some spell checking on site_router.ccKeith Rothman2021-02-181-18/+18
| * Add some utility methods for site instance access.Keith Rothman2021-02-183-13/+42
| * Update README's with latest instructions and features.Keith Rothman2021-02-183-20/+94
| * Update tests library to include Bits unit test.Keith Rothman2021-02-171-0/+0
| * Add utility targets for getting plain text outputs.Keith Rothman2021-02-171-1/+5
| * Add IOSTANDARD to ports.Keith Rothman2021-02-171-1/+3
| * Emit fixed attributes to output physical netlist.Keith Rothman2021-02-171-8/+19
| * Use Bits library for bit instrisics.Keith Rothman2021-02-171-2/+4
| * Refactor "get only from iterator" to a utility.Keith Rothman2021-02-174-12/+32
| * Keep all build artifacts under create_bba/build.Keith Rothman2021-02-172-4/+5
| * Change how package pin IO sites are selected.Keith Rothman2021-02-173-16/+52
| * Change makefiles to build a FPGA interchange BBA.Keith Rothman2021-02-174-16/+106
| * Add examples invoking FPGA interchange nextpnr.Keith Rothman2021-02-1711-0/+152
| * Continue fixes.Keith Rothman2021-02-176-23/+97
| * Disable traversal limit when reading logical netlist.Keith Rothman2021-02-171-1/+3
| * Add initial site router.Keith Rothman2021-02-174-6/+813
| * Working on standing up initial constraints system.Keith Rothman2021-02-178-25/+886
* | Merge pull request #588 from YosysHQ/gatecat/gowin-fixesgatecat2021-02-183-14/+21
|\ \
| * | gowin: Fix archcheck errors and add to CIgatecat2021-02-172-1/+12
| * | gowin: Use base bel bucket/cell type methodsgatecat2021-02-171-5/+1
| * | gowin: Fix IdStrings being overwritten by wireToGlobalgatecat2021-02-171-8/+8
* | | Merge pull request #590 from cbalint13/mastergatecat2021-02-182-4/+32
|\ \ \
| * | | Expose ice40 arch placer-heap internal parameters.Balint Cristian2021-02-182-4/+32
|/ / /
* | / Bump tests submodule to include bits testsgatecat2021-02-171-0/+0
| |/ |/|
* | Merge pull request #589 from litghost/add_bits_librarygatecat2021-02-172-0/+124
|\ \ | |/ |/|
| * Add a Bits utility library.Keith Rothman2021-02-172-0/+124
|/
* Update docs/archapi.mdgatecat2021-02-171-2/+2
* Merge pull request #587 from YosysHQ/gatecat/generic-vccgatecat2021-02-172-5/+7
|\
| * generic: Don't generate Vcc if not neededgatecat2021-02-172-5/+7
* | clangformatgatecat2021-02-171-3/+4
|/
* Merge pull request #586 from litghost/add_cell_bel_mapping_onlygatecat2021-02-172-13/+274
|\