diff options
| author | Albert Magyar | 2019-08-09 10:17:45 -0700 |
|---|---|---|
| committer | mergify[bot] | 2019-08-09 17:17:45 +0000 |
| commit | 63e88b6e1696e2c8d6da91f6f5eb128a9d0395ae (patch) | |
| tree | 7a01e5718f109b6699e942c6f701a4deb431fbd5 /src/main | |
| parent | 84e6473c1acffbe6e8ea40b27b00be4ed35bcd26 (diff) | |
Remove unused CheckHighFormLike.IllegalChirrtlMemException (#1151)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/scala/firrtl/passes/Checks.scala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/passes/Checks.scala b/src/main/scala/firrtl/passes/Checks.scala index 4bcfad9c..972a018e 100644 --- a/src/main/scala/firrtl/passes/Checks.scala +++ b/src/main/scala/firrtl/passes/Checks.scala @@ -23,8 +23,6 @@ trait CheckHighFormLike { s"$info: [module $mname] Reference $name is not declared.") class PoisonWithFlipException(info: Info, mname: String, name: String) extends PassException( s"$info: [module $mname] Poison $name cannot be a bundle type with flips.") - class IllegalChirrtlMemException(info: Info, mname: String, name: String) extends PassException( - s"$info: [module $mname] Memory $name has not been properly lowered from Chirrtl IR.") class MemWithFlipException(info: Info, mname: String, name: String) extends PassException( s"$info: [module $mname] Memory $name cannot be a bundle type with flips.") class IllegalMemLatencyException(info: Info, mname: String, name: String) extends PassException( |
