Guest
Hello,
what is the "always @(*)" expression means in the following code?
always @(*)
begin
if (something_happened) begin
do_something
end
end
Regards,
J
what is the "always @(*)" expression means in the following code?
always @(*)
begin
if (something_happened) begin
do_something
end
end
Regards,
J