s1s0 / toped

Cross platform, open source IC layout editor
http://www.toped.org.uk/
GNU General Public License v2.0
15 stars 8 forks source link

FillStyle is not optional in drDefinePacket #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
If no fillstyle is defined in the drDefuinePacket on the display file, the 
techfile conversion fails.

e.g default.drf bundled with toped:
;( DisplayName  PacketName           Stipple    LineStyle  Fill       Outline   
 [FillStyle])
[FillStyle] appears to be optional

If softFence is defined with as filltype (outline here): 
 ( display      softFence            blank      solid      yellow     yellow     outline   )
the conversion is completed successfully.

If softFence is defined without filltype: 
 ( display      softFence            blank      solid      yellow     yellow     )
the conversion fails.

Original issue reported on code.google.com by chitlesh on 21 Dec 2011 at 5:54

GoogleCodeExporter commented 9 years ago
The error message is as follows:

$ /usr/share/toped/utils/cadence/virtuoso2tll.ss output.tll default.drf 
techfile.tf 
caddr: expects argument of type <caddrable value>; given (yellow yellow)

 === context ===
/usr/share/toped/utils/cadence/cadence.ss:322:9
/usr/share/toped/utils/cadence/cadence.ss:514:0: parse
/usr/share/toped/utils/cadence/cadence.ss:514:0: parse
/usr/share/toped/utils/cadence/cadence.ss:514:0: parse
/usr/share/toped/utils/cadence/cadence.ss:514:0: parse
/usr/share/toped/utils/cadence/cadence.ss:514:0: parse
/usr/share/toped/utils/cadence/cadence.ss:582:0: convert

Original comment by chitlesh on 21 Dec 2011 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 22 Dec 2011 at 8:59

GoogleCodeExporter commented 9 years ago
Done in Rev 2105. Need to be checked on Linux 

Original comment by gaitukevich.s@gmail.com on 20 Mar 2012 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 1 Apr 2012 at 12:21