Skip to content

Commit

Permalink
chore(dts): remove very vague print (OpenXiangShan#3799)
Browse files Browse the repository at this point in the history
This line makes the following print, which is not human-readable.
  • Loading branch information
eastonman authored Oct 29, 2024
1 parent 9a07878 commit fab276f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/xiangshan/XSDts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ trait HasXSDts {
memBlock.inner.nmi_int_sink.edges.in.flatMap(_.source.sources)
).flatMap {
s =>
println(s.resources.map(_.key), s.range)
(s.range.start until s.range.`end`).map(_ => s.resources)
}
val int_ids = Seq(
Expand Down

0 comments on commit fab276f

Please sign in to comment.