srini.pes
Member level 3
- Joined
- May 28, 2010
- Messages
- 61
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- NIT calicut
- Activity points
- 1,725
Hi to all,
I am designing one model in verilogA. My equation is like
Qs_low1 = Charge_low(`alpha_1,H1,b1_1,b0_1)-Charge_low(`alpha_1,L1,b1_1,b0_1);
All H1,b1_1,bo_1,L1 are declared as real.
It was showing the error at "," after H1, if i replace H1 with some integer then the error was showing at next ",".
What may be the error please clarify.
Thanks
I am designing one model in verilogA. My equation is like
Qs_low1 = Charge_low(`alpha_1,H1,b1_1,b0_1)-Charge_low(`alpha_1,L1,b1_1,b0_1);
All H1,b1_1,bo_1,L1 are declared as real.
It was showing the error at "," after H1, if i replace H1 with some integer then the error was showing at next ",".
What may be the error please clarify.
Thanks