What's the difference between "PriorityMux" and "MuxCase" in chisel3

Viewed 103

It seems that the first value associated with the high enable signal will be returned, no matter in using PriorityMux or MuxCase.

So what's the difference between them?

MuxCase:

enter image description here

PriorityMux:

enter image description here

0 Answers
Related