RegFieldDesc: same string used to insert/compare
This commit is contained in:
parent
b95f68447f
commit
e0c3b22d61
@ -116,7 +116,7 @@ case class TLRegisterNode(
|
||||
while( ElaborationArtefacts.contains(s"${base}.${suffix}.regmap.json")){
|
||||
suffix = suffix + 1
|
||||
}
|
||||
ElaborationArtefacts.add(s"${base}.${suffix}regmap.json", pretty(render(json)))
|
||||
ElaborationArtefacts.add(s"${base}.${suffix}.regmap.json", pretty(render(json)))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user