Module prim_onehot_mux
Block Diagram of prim_onehot_mux
Name |
Default |
Description |
---|---|---|
Width |
32 |
|
Inputs |
8 |
Name |
Type |
Direction |
Description |
---|---|---|---|
clk_i |
wire logic |
input |
|
rst_ni |
wire logic |
input |
|
in_i |
wire logic [Width - 1 : 0] |
input |
|
sel_i |
wire logic [Inputs - 1 : 0] |
input |
Must be one-hot or zero |
out_o |
var logic [Width - 1 : 0] |
output |
Name |
Kind |
Description |
---|---|---|
prim_onehot_mux.SelIsOnehot_A |
concurent assert |
disable iff((!rst_ni)!=='0)$onehot0(sel_i)
|
×
Clock and reset only for assertions