Muddussir
Newbie level 4
Dear all
How can i remove the following error.
"sel is not a constant"
How can i remove the following error.
"sel is not a constant"
Code:
case (sel)
1'b0:
always @ ()
begin
-------------------
----------------
end
1'b1:
always @ ()
-----------------------
---------
end
endcase
Last edited by a moderator: