File: inverting.patch

package info (click to toggle)
tkgate 2.1%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,384 kB
  • sloc: ansic: 62,300; tcl: 20,345; xml: 2,731; yacc: 1,177; lex: 839; sh: 664; makefile: 180; perl: 39
file content (13 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: tkgate/src/tkgate/and.c
===================================================================
--- tkgate.orig/src/tkgate/and.c
+++ tkgate/src/tkgate/and.c
@@ -328,7 +328,7 @@ int AOX_GateParmList(FILE *f,GCElement *
       first_pin = 0;
 
       if (gi->Pad[i].iotype == IN && w->invert)
-	inv = "!";
+	inv = "~";
 
       if (gi->Pad[i].CanAdd)
 	fprintf(f,".%s%d",gi->Pad[i].name,j);