Fix some doc references
This commit is contained in:
@@ -198,7 +198,7 @@ class TLGenericFIRChain[T<:Data:Ring] (genIn: T, genOut: T, coeffs: Seq[T], para
|
|||||||
))
|
))
|
||||||
// DOC include end: TLGenericFIRChain chisel
|
// DOC include end: TLGenericFIRChain chisel
|
||||||
|
|
||||||
// DOC include start: CanHavePeripheryFIR chisel
|
// DOC include start: CanHavePeripheryStreamingFIR chisel
|
||||||
trait CanHavePeripheryStreamingFIR extends BaseSubsystem {
|
trait CanHavePeripheryStreamingFIR extends BaseSubsystem {
|
||||||
val streamingFIR = p(GenericFIRKey) match {
|
val streamingFIR = p(GenericFIRKey) match {
|
||||||
case Some(params) => {
|
case Some(params) => {
|
||||||
@@ -213,13 +213,13 @@ trait CanHavePeripheryStreamingFIR extends BaseSubsystem {
|
|||||||
case None => None
|
case None => None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// DOC include end: CanHavePeripheryFIR chisel
|
// DOC include end: CanHavePeripheryStreamingFIR chisel
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mixin to add FIR to rocket config
|
* Mixin to add FIR to rocket config
|
||||||
*/
|
*/
|
||||||
// DOC include start: WithFIR
|
// DOC include start: WithStreamingFIR
|
||||||
class WithStreamingFIR extends Config((site, here, up) => {
|
class WithStreamingFIR extends Config((site, here, up) => {
|
||||||
case GenericFIRKey => Some(GenericFIRParams(depth = 8))
|
case GenericFIRKey => Some(GenericFIRParams(depth = 8))
|
||||||
})
|
})
|
||||||
// DOC include end: WithFIR
|
// DOC include end: WithStreamingFIR
|
||||||
|
|||||||
Reference in New Issue
Block a user