summaryrefslogtreecommitdiff
path: root/cad/magic/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-04-06 21:37:28 +0000
committerdmcmahill <dmcmahill>2002-04-06 21:37:28 +0000
commit10dcfa9c53b988345c3a78be4e5b0eb881695345 (patch)
treecef3546d060205496fc5d4f44ecab02c9dfa7772 /cad/magic/Makefile
parente1f96af6a5c3b10b616a84facc53f50d25eea0dd (diff)
downloadpkgsrc-10dcfa9c53b988345c3a78be4e5b0eb881695345.tar.gz
import of magic-7.1
Magic is an interactive system for creating and modifying VLSI circuit layouts. With Magic, you use a color graphics display and a mouse or graphics tablet to design basic cells and to combine them hierarchically into large structures. Magic is different from other layout editors you may have used. The most important difference is that Magic is more than just a color painting tool: it understands quite a bit about the nature of circuits and uses this information to provide you with additional operations. For example, Magic has built-in knowledge of layout rules; as you are editing, it continuously checks for rule violations. Magic also knows about connectivity and transistors, and contains a built-in hierarchical circuit extractor. Magic also has a plow operation that you can use to stretch or compact cells. Lastly, Magic has routing tools that you can use to make the global interconnections in your circuits. Magic is based on the Mead-Conway style of design. This means that it uses simplified design rules and circuit structures. The simplifications make it easier for you to design circuits and permit Magic to provide powerful assistance that would not be possible otherwise. However, they result in slightly less dense circuits than you could get with more complex rules and structures. For example, Magic permits only Manhattan designs (those whose edges are vertical or horizontal).
Diffstat (limited to 'cad/magic/Makefile')
-rw-r--r--cad/magic/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile
new file mode 100644
index 00000000000..01e1fd6ffa5
--- /dev/null
+++ b/cad/magic/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/06 21:37:28 dmcmahill Exp $
+#
+
+DISTNAME= magic-7.1
+CATEGORIES= cad
+MASTER_SITES= http://vlsi.cornell.edu/magic/
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://vlsi.cornell.edu/magic/
+COMMENT= Integrated circuit layout system
+
+USE_GMAKE= yes
+MAKE_ENV+= CAD_HOME=${PREFIX}
+
+do-configure:
+ cd ${WRKSRC} && printf "1\n2\n6\n\n\n\n\n\n\n\n\n\n\n" | \
+ ${ENV} ${MAKE_ENV} ./scripts/config
+
+.include "../../mk/bsd.pkg.mk"