Skip to content

Commit 53bb0f2

Browse files
committed
remove old/broken EmuTests, all covered by top-level tests now
1 parent b6d25e4 commit 53bb0f2

File tree

7 files changed

+0
-822
lines changed

7 files changed

+0
-822
lines changed

src/main/scala/Main.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ object Settings {
6969
// HW-SW cosimulation tests
7070
// for these tests (EmuTest*) the same name is assumed to be the cpp file
7171
// that defines the software part of the test under test/cosim
72-
"EmuTestResultStage" -> {p => new EmuTestResultStage(2, emuP)},
73-
"EmuTestInstrEncoding" -> {p => new EmuTestInstrEncoding(emuP)},
7472
"EmuTestVerifyHLSInstrEncoding" -> {p => new EmuTestVerifyHLSInstrEncoding(emuP)}
7573
)
7674

src/main/scala/cosim/EmuTestInstrEncoding.scala

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/main/scala/cosim/EmuTestP2SAccel.scala

Lines changed: 0 additions & 86 deletions
This file was deleted.

src/main/scala/cosim/EmuTestResultStage.scala

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)