Skip to content

Commit

Permalink
Remove obsoleted tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslawson committed Dec 4, 2024
1 parent 6439398 commit 169c564
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2,394 deletions.
4 changes: 0 additions & 4 deletions .github/synthesis/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
{"top": "boardTestSimple", "stage": "test"},
{"top": "dnaOverSerial", "stage": "test"},
{"top": "fincFdecTests", "stage": "test"},
{"top": "fullMeshHwCcTest", "stage": "test"},
{"top": "fullMeshHwCcWithRiscvTest", "stage": "test"},
{"top": "fullMeshSwCcTest", "stage": "test"},
{"top": "hwCcTopologyTest", "stage": "test"},
{"top": "swCcTopologyTest", "stage": "test"},
{"top": "linkConfigurationTest", "stage": "test"},
{"top": "syncInSyncOut", "stage": "test"},
Expand Down
3 changes: 0 additions & 3 deletions .github/synthesis/debug.json

This file was deleted.

4 changes: 1 addition & 3 deletions .github/synthesis/staging.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[
{"top": "safeDffSynchronizer", "stage": "hdl" },

{"top": "fullMeshHwCcTest", "stage": "test"},
{"top": "fullMeshSwCcTest", "stage": "test"},
{"top": "swCcTopologyTest", "stage": "test"},
{"top": "linkConfigurationTest", "stage": "test"},
{"top": "transceiversUpTest", "stage": "test"},
{"top": "vexRiscvTcpTest", "stage": "test"},
Expand Down
20 changes: 0 additions & 20 deletions bittide-instances/bittide-instances.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ library
Bittide.Instances.Hitl.DnaOverSerial
Bittide.Instances.Hitl.Ethernet
Bittide.Instances.Hitl.FincFdec
Bittide.Instances.Hitl.FullMeshHwCc
Bittide.Instances.Hitl.FullMeshSwCc
Bittide.Instances.Hitl.HwCcTopologies
Bittide.Instances.Hitl.IlaPlot
Bittide.Instances.Hitl.LinkConfiguration
Bittide.Instances.Hitl.Post.BoardTestExtended
Expand Down Expand Up @@ -275,23 +272,6 @@ executable post-vex-riscv-tcp-test

other-modules: Paths_bittide_instances

executable post-fullMeshSwCcTest
import: common-options
ghc-options:
-Wall
-Wcompat
-threaded

main-is: exe/post-fullMeshSwCcTest/Main.hs
build-depends:
base,
bittide-instances,
bytestring,
cassava,
deepseq,
filepath,
vector,

executable post-dna-over-serial
import: common-options
ghc-options:
Expand Down
132 changes: 0 additions & 132 deletions bittide-instances/exe/post-fullMeshSwCcTest/Main.hs

This file was deleted.

Loading

0 comments on commit 169c564

Please sign in to comment.