chipyard icon indicating copy to clipboard operation
chipyard copied to clipboard

Documentation refers to deprecated TLManagerParameters

Open gonsolo opened this issue 7 months ago • 0 comments

Background Work

Chipyard Version and Hash

Release: 1.5.0 Hash: a6a6a6

OS Setup

Ex: Output of uname -a + lsb_release -a + printenv + conda list

Other Setup

Ex: Prior steps taken / Documentation Followed / etc...

Current Behavior

https://chipyard.readthedocs.io/en/latest/TileLink-Diplomacy-Reference/NodeTypes.html#client-node constructs a TLManagerNode with val node = TLManagerNode(Seq(TLSlavePortParameters.v1(Seq(TLManagerParameters( while in the source it reads

object TLManagerParameters {
  @deprecated("Use TLSlaveParameters.v1 instead of TLManagerParameters","")

Expected Behavior

Up to date documentation.

Other Information

No response

gonsolo avatar May 09 '25 15:05 gonsolo