M
mk
Guest
I recently saw a code where * is used as sensitivity list to create a
combinational logic.
It looked like this.
always (*)
begin
Case (Bus_name) // FSM
.
.
end
I've always seen the signals being specified explicitly. I'm not sure
it is okay to use * instead. If used, can someone tell me if there is
any potential side effect (such as mismatch between post synthesis
netlist and the RTL model and so on ..)?
Thanks in advance
combinational logic.
It looked like this.
always (*)
begin
Case (Bus_name) // FSM
.
.
end
I've always seen the signals being specified explicitly. I'm not sure
it is okay to use * instead. If used, can someone tell me if there is
any potential side effect (such as mismatch between post synthesis
netlist and the RTL model and so on ..)?
Thanks in advance