Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve asTypeOf-is-read-only warning
The current warning: [warn] generators/testchipip/src/main/scala/serdes/TLSerdes.scala 85:9: [W008] Return values of asTypeOf will soon be read-only [warn] c <> b.io.protocol [warn] ^ This warning becomes an error in Chisel 7. More context on this change from Chisel: - chipsalliance/chisel#4198 - https://github.com/chipsalliance/chisel/blob/48f676b6009377655860ca71e6c008da31c8419a/docs/src/explanations/warnings.md?plain=1#L153 Adding a wire is the recommended fix from `warnings.md`.
- Loading branch information