proton icon indicating copy to clipboard operation
proton copied to clipboard

Use of defined() for an array cause an error

Open 3ll34ndr0 opened this issue 8 years ago • 0 comments

Situation: When starting proton from command line.

Error message:

Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/lean/vlsi/proton/PARSER/make_rw_lib line 1052.

Solution: Based on http://perldoc.perl.org/perldiag.html#Can%27t-use-%27defined(%40array)%27-(Maybe-you-should-just-omit-the-defined()%3f) I've just deleted defined() in line 1052: if(@timing_type) {

3ll34ndr0 avatar Feb 17 '18 16:02 3ll34ndr0