SuperscalarEventSets Documentation/Examples? #3742
-
Hi, rocket/events.scala has an API |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We only have private examples of using this, and we didn't upstream any documentation, sorry! I can give you some simple examples here. Connecting a sequence (or Chisel
|
Beta Was this translation helpful? Give feedback.
-
Ohhh thanks. This is very helpful! |
Beta Was this translation helpful? Give feedback.
We only have private examples of using this, and we didn't upstream any documentation, sorry! I can give you some simple examples here.
Connecting a sequence (or Chisel
Vec
) ofx: Seq[EventSet]
, such as from multiple parallel pipelines in a superscalar processor,and a singular
y: EventSet
, such as from a single pipeline in that same processor.