Skip to content

Commit

Permalink
Added SwCc topologies test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslawson committed Oct 15, 2024
1 parent 9c6cdce commit 51d5fc6
Show file tree
Hide file tree
Showing 6 changed files with 1,273 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/synthesis/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{"top": "fullMeshHwCcWithRiscvTest", "stage": "test"},
{"top": "fullMeshSwCcTest", "stage": "test"},
{"top": "hwCcTopologyTest", "stage": "test"},
{"top": "swCcTopologyTest", "stage": "test"},
{"top": "linkConfigurationTest", "stage": "test"},
{"top": "syncInSyncOut", "stage": "test"},
{"top": "temperatureMonitor", "stage": "test"},
Expand Down
3 changes: 3 additions & 0 deletions .github/synthesis/debug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{"top": "swCcTopologyTest", "stage": "test"}
]
1 change: 1 addition & 0 deletions bittide-instances/bittide-instances.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ library
Bittide.Instances.Hitl.Post.BoardTestExtended
Bittide.Instances.Hitl.Post.PostProcess
Bittide.Instances.Hitl.Setup
Bittide.Instances.Hitl.SwCcTopologies
Bittide.Instances.Hitl.SyncInSyncOut
Bittide.Instances.Hitl.TemperatureMonitor
Bittide.Instances.Hitl.Tests
Expand Down
1 change: 1 addition & 0 deletions bittide-instances/data/constraints/swCcTopologyTest.xdc
Loading

0 comments on commit 51d5fc6

Please sign in to comment.