aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* ci: Restructure and move entirely to GH actions from Cirrusgatecat2022-04-081-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Bump tests submodulegatecat2021-06-121-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* tests: fpga_interchange: Update module to use site router test frameworkTomasz Michalak2021-06-111-0/+0
| | | | Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
* Bump tests submodulegatecat2021-06-021-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update tests to include Tcl header order fix.Keith Rothman2021-03-191-0/+0
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Use NEXTPNR_NAMESPACE macro's now that headers are seperated.Keith Rothman2021-03-151-0/+0
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Bump tests submodule.Keith Rothman2021-02-241-0/+0
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Bump tests submodule to include bits testsgatecat2021-02-171-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* generic: Don't generate Vcc if not neededgatecat2021-02-171-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Bump test submodulegatecat2021-02-161-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* generic: Add bel pin mapping testgatecat2021-02-151-0/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update tests to include XDC unit test.Keith Rothman2021-02-121-0/+0
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Bump tests submoduleDavid Shah2019-09-031-0/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Bump tests submoduleDavid Shah2019-08-061-0/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* When choosing between labels for one net, always prefer ports.whitequark2019-05-291-0/+0
| | | | | | | | | 1. Ports are already used in PCF and LPF files, so it is natural that the developer would use them for constraints as well. 2. Unpredictable (the set of netlabels nextpnr looks at depends on the optimizations during synthesis) net naming makes it impossible for code generators like nMigen to reliably apply clock constraints.
* ice40: Don't constrain to a PLL bel that has already been usedDavid Shah2019-04-011-0/+0
| | | | | | Fixes #258 Signed-off-by: David Shah <dave@ds0.me>
* HeAP: Don't call Eigen if system is emptyDavid Shah2019-04-011-0/+0
| | | | | | Fixes #259 Signed-off-by: David Shah <dave@ds0.me>
* Bump tests to include WAIVEDavid Shah2019-03-231-0/+0
|
* json: Fix inputs directly driving inoutsDavid Shah2019-03-201-0/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* tests: Bump submodule to include ecp5 regressionsDavid Shah2019-03-011-0/+0
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ice40: Fix timing class of 'padin' GB outputsDavid Shah2019-02-201-0/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* [tests] Update submoduleEddie Hung2019-02-121-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-121-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-091-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-091-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-091-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-081-0/+0
|
* [tests] Update submoduleEddie Hung2019-02-071-0/+0
|
* [test] Update submodule pointerEddie Hung2019-02-071-0/+0
|
* [tests] Move existing tests/* into submodule nextpnr-testsEddie Hung2019-02-0710-813/+0
|
* Fix testsMiodrag Milanovic2018-08-236-12/+12
|
* gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformatSergiusz Bazanski2018-08-011-0/+1
|
* gui: fix quadtree testSergiusz Bazanski2018-08-011-1/+1
|
* clangformatSergiusz Bazanski2018-08-011-20/+14
|
* gui: after review of quadtree by msgctl, tougher testsSergiusz Bazanski2018-07-261-3/+3
|
* gui: Add QuadTree and testsSergiusz Bazanski2018-07-251-0/+127
|
* ice40: fix wire_num in testsSergiusz Bazanski2018-07-256-6/+6
|
* Renamed dummy->generic for tests, also fix warningMiodrag Milanovic2018-07-111-0/+0
|
* Test compile fixMiodrag Milanovic2018-07-046-6/+0
|
* added credits for testsMiodrag Milanovic2018-06-238-0/+158
|
* clangformat cleanupMiodrag Milanovic2018-06-236-24/+12
|
* Tests pass nowMiodrag Milanovic2018-06-236-6/+12
|
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-236-132/+132
|
* tests: Fix ice40 testsDavid Shah2018-06-136-0/+6
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* clangformat cleanupMiodrag Milanovic2018-06-128-403/+399
|
* Write tests to replace -test option from mainMiodrag Milanovic2018-06-128-21/+528
|
* Added dummy tests per archMiodrag Milanovic2018-06-112-0/+36