SuperscalarEventSets Documentation/Examples? #3742
|
Hi, rocket/events.scala has an API |
Answered by
ingallsj
Apr 28, 2025
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 |
0 replies
Answer selected by
iansseijelly
|
Ohhh thanks. This is very helpful! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.