From ea75503d7c53e44d7df64ff99baba3b6d3600163 Mon Sep 17 00:00:00 2001 From: Just van Westerveld Date: Thu, 22 Aug 2024 14:47:08 +0200 Subject: [PATCH] Run all the tests --- .github/synthesis/debug.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/synthesis/debug.json diff --git a/.github/synthesis/debug.json b/.github/synthesis/debug.json new file mode 100644 index 000000000..5aaa317b1 --- /dev/null +++ b/.github/synthesis/debug.json @@ -0,0 +1,13 @@ +[ + {"top": "boardTestExtended", "stage": "test"}, + {"top": "boardTestSimple", "stage": "test"}, + {"top": "extraProbesTest", "stage": "test"}, + {"top": "fincFdecTests", "stage": "test"}, + {"top": "fullMeshHwCcTest", "stage": "test"}, + {"top": "fullMeshHwCcWithRiscvTest", "stage": "test"}, + {"top": "fullMeshSwCcTest", "stage": "test"}, + {"top": "hwCcTopologyTest", "stage": "test"}, + {"top": "syncInSyncOut", "stage": "test"}, + {"top": "transceiversUpTest", "stage": "test"}, + {"top": "vexRiscvTest", "stage": "test"} +]