rocket-chip icon indicating copy to clipboard operation
rocket-chip copied to clipboard

redundunt require

Open DecodeTheEncoded opened this issue 5 years ago • 0 comments

https://github.com/chipsalliance/rocket-chip/blob/66a60e55a18fae859730b01c04450b2da3630e19/src/main/scala/tilelink/Fragmenter.scala#L93 This loc should be removed, because the following loc 97 seems already includes this require condition:

https://github.com/chipsalliance/rocket-chip/blob/66a60e55a18fae859730b01c04450b2da3630e19/src/main/scala/tilelink/Fragmenter.scala#L97 @hcook @terpstra

DecodeTheEncoded avatar Apr 14 '21 06:04 DecodeTheEncoded