P
paz
Guest
I'm getting this error when trying to compile my verilog file:.
$setup(SDA, posedge SCL &&& (operation == `read && state !=
`waitingAck), 1600);
|
ncvlog: *E,TCBEXP
(/vobs/vb_msc7130/blocks/i2c/testbench/modules_v/e2prom.v,129|74):
illegal condition on timing check terminal.
I guess the reason for fail is the "&&" in the condition.
Am I right?
Do you have any susggestion how to fix it?
Thanks,
Pazia
$setup(SDA, posedge SCL &&& (operation == `read && state !=
`waitingAck), 1600);
|
ncvlog: *E,TCBEXP
(/vobs/vb_msc7130/blocks/i2c/testbench/modules_v/e2prom.v,129|74):
illegal condition on timing check terminal.
I guess the reason for fail is the "&&" in the condition.
Am I right?
Do you have any susggestion how to fix it?
Thanks,
Pazia