atulkulkarni
Newbie level 5
Hi All,
I am unable to enter this if loop,
However my if loop works when I compare it to any value other than 0.7...
FOR EX
Please help . Is it a bug ??
I am unable to enter this if loop,
Code Verilog - [expand] 1 2 3 if (V(THRESHOLD1,GND)==0.7) begin V(TRIM[14])<+V(VDD); V(TRIM[13])<+V(GND);V(TRIM[12])<+V(VDD);V(TRIM[11])<+V(VDD);V(TRIM[10])<+V(VDD);V(TRIM[9])<+V(VDD); dummy1=V(VDD); dummy2=V(GND);dummy3=V(VDD);dummy4=V(VDD);dummy5=V(VDD);dummy6=V(VDD); end
However my if loop works when I compare it to any value other than 0.7...
FOR EX
Code Verilog - [expand] 1 2 if (V(THRESHOLD1,GND)==0.6) begin V(TRIM[14])<+V(VDD); V(TRIM[13])<+V(GND);V(TRIM[12])<+V(VDD);V(TRIM[11])<+V(VDD);V(TRIM[10])<+V(VDD);V(TRIM[9])<+V(VDD);
Please help . Is it a bug ??
Last edited by a moderator: