aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from YosysHQ/gatecat/update-namesgatecat2021-06-121-1/+1
|\ | | | | Fixing old emails and names in copyrights
| * Fixing old emails and names in copyrightsgatecat2021-06-091-1/+1
| | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me>
* | fpga_interchange: Add initial site router test frameworkTomasz Michalak2021-06-108-0/+268
|/ | | | Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
* Move <tcl.h> after other headers, because Tcl messes with defines.Keith Rothman2021-03-181-0/+2
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Use NEXTPNR_NAMESPACE macro's now that headers are seperated.Keith Rothman2021-03-152-9/+10
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Fix compiler warnings in testsgatecat2021-02-252-6/+6
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Add some tests around resizing and bits_per_value.Keith Rothman2021-02-241-0/+4
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Run "make clangformat" on test files.Keith Rothman2021-02-231-8/+9
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add DynamicBitarray unit tests.Keith Rothman2021-02-231-0/+96
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add tests for new Bits library.Keith Rothman2021-02-171-0/+57
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* clangformat xdc testgatecat2021-02-161-1/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Add simple unit test for FPGA interchange XDC parser.Keith Rothman2021-02-112-0/+87
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>