Skip to content

Commit

Permalink
Move Sgmii dependency out of EbTb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnknvlgl committed Jun 21, 2024
1 parent a4a15d5 commit 3bb4275
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
1 change: 0 additions & 1 deletion clash-cores/clash-cores.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ test-suite unittests
Test.Cores.Internal.Signals
Test.Cores.Sgmii.AutoNeg
Test.Cores.Sgmii.BitSlip
Test.Cores.Sgmii.Common
Test.Cores.Sgmii.Gearbox
Test.Cores.Sgmii.PcsReceive
Test.Cores.Sgmii.PcsTransmit
Expand Down
2 changes: 1 addition & 1 deletion clash-cores/test/Test/Cores/Sgmii/BitSlip.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Data.Maybe (isNothing)
import qualified Hedgehog as H
import qualified Hedgehog.Gen as Gen
import qualified Hedgehog.Range as Range
import Test.Cores.Sgmii.Common
import Test.Cores.EbTb
import Test.Tasty
import Test.Tasty.Hedgehog
import Test.Tasty.TH
Expand Down
22 changes: 0 additions & 22 deletions clash-cores/test/Test/Cores/Sgmii/Common.hs

This file was deleted.

2 changes: 1 addition & 1 deletion clash-cores/test/Test/Cores/Sgmii/Sync.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Data.List (group, mapAccumL, maximumBy)
import qualified Hedgehog as H
import qualified Hedgehog.Gen as Gen
import qualified Hedgehog.Range as Range
import Test.Cores.Sgmii.Common
import Test.Cores.EbTb
import Test.Tasty
import Test.Tasty.Hedgehog
import Test.Tasty.TH
Expand Down

0 comments on commit 3bb4275

Please sign in to comment.