From 68467cfff7a90680115cfc41c35b5ea693c74a3b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 7 Feb 2015 22:29:14 -0800 Subject: Fixed a typo in variable names. --- src/map/super/superWrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/super/superWrite.c') diff --git a/src/map/super/superWrite.c b/src/map/super/superWrite.c index b8d14837..841a465c 100644 --- a/src/map/super/superWrite.c +++ b/src/map/super/superWrite.c @@ -35,7 +35,7 @@ ABC_NAMESPACE_IMPL_START GATENAME1( GATENAME2( a, c ), GATENAME3( a, d ), ... ) The gate names (GATENAME1, etc) are the names as they appear in the .genlib library. The primary inputs of the gates are denoted by lowercase chars 'a', 'b', etc. - The parantheses are mandatory for each gate, except for the wire. + The parentheses are mandatory for each gate, except for the wire. The wire name can be omitted, so that "a" can be used instead of "**wire**( a )". The spaces are optional in any position of this string. -- cgit v1.2.3