summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala
diff options
context:
space:
mode:
authormergify[bot]2022-11-10 23:55:25 +0000
committerGitHub2022-11-10 23:55:25 +0000
commitc70e5bebaeaf5b0bd54ee84dc644ddd6973a1b86 (patch)
tree7c7770c1e0d13233456dca5c7af079ac269dfc12 /src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala
parentc51fcfea32b6c73e623657442460fb782ff0733b (diff)
Update CompatibilityInteroperabilitySpec.scala (#2840) (#2842)
(cherry picked from commit aa596b98d5e030294041f2e90eee1f78ca1e401b) Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala')
-rw-r--r--src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala b/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala
index eb5aaaba..d388c093 100644
--- a/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala
+++ b/src/test/scala/chiselTests/CompatibilityInteroperabilitySpec.scala
@@ -488,8 +488,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A chisel3.Bundle with only unspecified directions" should "work with D/I" in {
- // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction.
-
object Chisel3 {
import chisel3._
import chisel3.experimental.hierarchy.{instantiable, public, Instance}
@@ -518,8 +516,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A chisel3.Bundle with mixed Specified and Unspecified directions" should "work with D/I" in {
- // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction.
-
object Chisel3 {
import chisel3._
import chisel3.experimental.hierarchy.{instantiable, public, Instance}
@@ -548,8 +544,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A chisel3.Bundle with only unspecified vec direction" should "work with D/I" in {
- // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction
-
object Chisel3 {
import chisel3._
import chisel3.experimental.hierarchy.{instantiable, public, Instance}
@@ -578,8 +572,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A chisel3.Bundle with only unspecified vec direction within an unspecified direction parent Bundle" should "work with D/I" in {
- // This test is NOT expected to work in 3.5.x, it should throw an error in the IO construction.
-
object Chisel3 {
import chisel3._
import chisel3.experimental.hierarchy.{instantiable, public, Instance}
@@ -613,8 +605,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A undirectioned Chisel.Bundle used in a MixedVec " should "bulk connect in import chisel3._ code correctly" in {
- // This test is NOT expected to work on 3.5.x, it should throw an error in the IO construction.
-
object Compat {
import Chisel._
@@ -648,8 +638,6 @@ class CompatibilityInteroperabilitySpec extends ChiselFlatSpec {
"A undirectioned Chisel.Bundle with Records with undirectioned and directioned fields " should "work" in {
- // This test should fail on 3.5.x
-
object Compat {
import Chisel._