This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
magic
mirror of
https://github.com/RTimothyEdwards/magic.git
Watch
1
Star
0
Fork
You've already forked magic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea414c822d
magic
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Got to the bottom of why area and perimeter values are no longer output for transistors. The problem came from a change made to fix an issue with capacitors marked as floating nodes because some nodes are not output as source or drain. But those nodes are output before the parameters, so when generating parameter output, all nodes appear to have already been output. Solution: Specify an additional bit in the "visited" mask for the node having been output that is separate from the mask for resist classes used by the code that writes parameter values, and use that bit as a test for whether the node is connected to some device (not necessarily a FET source or drain).
2021-12-20 19:12:49 +01:00
8.3.242