aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings introduced by -Wextragatecat2021-02-2519-59/+46
* cmake: Enable -Wextra, and -Werror in some casesgatecat2021-02-252-4/+9
* Merge pull request #591 from litghost/add_constant_networkgatecat2021-02-2526-121/+1853
|\
| * 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-233-11/+10
| * 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
| * 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
* | Merge pull request #597 from litghost/add_dynamic_bitarraygatecat2021-02-242-0/+79
|\ \
| * | Bump tests submodule.Keith Rothman2021-02-241-0/+0
| * | Fix some bugs found in review.Keith Rothman2021-02-241-5/+2
| * | Add dynamic bitarray to common library.Keith Rothman2021-02-231-0/+82
* | | docs/archapi: Typo fixesgatecat2021-02-241-2/+2
* | | Merge pull request #595 from litghost/const_cell_infogatecat2021-02-237-8/+8
|\ \ \ | | |/ | |/|
| * | 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 #596 from litghost/make_clang_formatgatecat2021-02-232-11/+16
|\ \ | |/ |/|
| * Run "make clangformat" to fix new Bits library.Keith Rothman2021-02-232-11/+16
* | 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