1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-15 12:26:49 +00:00

generic: Enable viaduct example test in CI

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2025-02-25 16:01:30 +01:00
committed by Lofty
parent e751eaca47
commit 0c458f14f2

View File

@@ -20,6 +20,6 @@ function run_tests {
function run_archcheck {
pushd build
# TODO
# ./nextpnr-generic --uarch example --test
./nextpnr-generic --uarch example --test
popd
}