Hi, since I found no other one on the internet (ma...
# magic
h
Hi, since I found no other one on the internet (maybe there is, just could not find it), I made a cheatsheet for Magic. Here you go: https://github.com/hpretl/iic-osic/blob/main/magic-cheatsheet/magic_cheatsheet.pdf
❤️ 6
Please feel free to suggest improvements/fixes/additions, ideally as a pull request in GitHub.
👍 1
t
Probably helpful to refer to http://opencircuitdesign.com/magic/userguide.html which has a list of all commands and links to their detailed descriptions. Also: The command
macro layout
will produce a full list (unsorted, probably from a hash table dump) of all the macros defined for the layout window.
It just occurred to me that there is a copy of the online command reference HTML in the magic repository under doc/html/, but this is out of date, and I really need to update it from the website and then point the website to the repository contents so I don't have two versions of the command reference.
h
good points, added this to the cheatsheet.