S
Steve Hamm
Guest
Hi
Please tell me what is the error in my code
module xyz(a,b,c)
inout a,b,c;
trireg a,b,c;
always
begin
a <= #2 0;
b <= #2 0;
c <= #2 0;
end
Can we assign a trireg variable in the above mentioned way.Verilog XL
is givin me an error saying that Illegal left hand side assignment.
Thanks in advance
Regards
Steve
Please tell me what is the error in my code
module xyz(a,b,c)
inout a,b,c;
trireg a,b,c;
always
begin
a <= #2 0;
b <= #2 0;
c <= #2 0;
end
Can we assign a trireg variable in the above mentioned way.Verilog XL
is givin me an error saying that Illegal left hand side assignment.
Thanks in advance
Regards
Steve