chipyard
chipyard copied to clipboard
Documentation refers to deprecated TLManagerParameters
Background Work
- [x] Yes, I searched the mailing list
- [x] Yes, I searched prior issues
- [x] Yes, I searched the documentation
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