M
m
Guest
hi,
I used PKS 5.14 to read in a verilog file which had the following line
in it:
integer R = 4;
The only response I get is a TCLCMD-187 "attempt to read verilog files
failed". This is supposed to be equivalent to
integer R;
initial R = 4;
which gets a "initial statement is not supported..." warning. It took
a while to figure out which line was causing the problem.
I used PKS 5.14 to read in a verilog file which had the following line
in it:
integer R = 4;
The only response I get is a TCLCMD-187 "attempt to read verilog files
failed". This is supposed to be equivalent to
integer R;
initial R = 4;
which gets a "initial statement is not supported..." warning. It took
a while to figure out which line was causing the problem.