make AtosSerializedIO clock divisible
This commit is contained in:
parent
1dc8af894e
commit
0bf8d07aba
@ -293,6 +293,8 @@ class AtosManagerConverter(implicit p: Parameters) extends AtosModule()(p) {
|
|||||||
class AtosSerializedIO(w: Int)(implicit p: Parameters) extends ParameterizedBundle()(p) {
|
class AtosSerializedIO(w: Int)(implicit p: Parameters) extends ParameterizedBundle()(p) {
|
||||||
val req = Decoupled(Bits(width = w))
|
val req = Decoupled(Bits(width = w))
|
||||||
val resp = Decoupled(Bits(width = w)).flip
|
val resp = Decoupled(Bits(width = w)).flip
|
||||||
|
val clk = Bool(OUTPUT)
|
||||||
|
val clk_edge = Bool(OUTPUT)
|
||||||
override def cloneType = new AtosSerializedIO(w)(p).asInstanceOf[this.type]
|
override def cloneType = new AtosSerializedIO(w)(p).asInstanceOf[this.type]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user