Harmonisation du typage des connecteurs avec la symbolique du
fichier al pour les capacites, resistances et inductances.
This commit is contained in:
parent
58cc09cc2f
commit
c083f043a8
|
@ -30,7 +30,7 @@
|
|||
* Modified by pnt <Pierre.Nguyen-Tuong@lip6.fr> 2002
|
||||
*/
|
||||
|
||||
#ident "$Id: mbk_lo.c,v 1.2 2002/08/08 19:47:37 pnt Exp $"
|
||||
#ident "$Id: mbk_lo.c,v 1.3 2002/08/13 16:51:36 pnt Exp $"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1286,13 +1286,13 @@ num_list *scannum;
|
|||
case 'T':
|
||||
printf( "(T%c : %s) ",((lotrs_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==TRANSN?'N':'P',((lotrs_list*)((locon_list*)ptchain->DATA)->ROOT)->TRNAME ? ((lotrs_list*)((locon_list*)ptchain->DATA)->ROOT)->TRNAME : "No name" );
|
||||
break;
|
||||
case 'C':
|
||||
case 'P':
|
||||
printf( "(C%s : %s) ",((locap_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==CAPMIM?"CAPMIM":"CAPPNWELL",((locap_list*)((locon_list*)ptchain->DATA)->ROOT)-> NAME ? ((locap_list*)((locon_list*)ptchain->DATA)->ROOT)->NAME : "No name" );
|
||||
break;
|
||||
case 'R':
|
||||
printf( "(C%s : %s) ",((lores_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==RESMIM?"RESMIM":"RESMIM",((lores_list*)((locon_list*)ptchain->DATA)->ROOT)-> NAME ? ((lores_list*)((locon_list*)ptchain->DATA)->ROOT)->NAME : "No name" );
|
||||
break;
|
||||
case 'S':
|
||||
case 'L':
|
||||
printf( "(C%s : %s) ",((loself_list*)((locon_list*)ptchain->DATA)->ROOT)->TYPE==SELFMIM?"SELFMIM":"SELFMIM",((loself_list*)((locon_list*)ptchain->DATA)->ROOT)-> NAME ? ((loself_list*)((locon_list*)ptchain->DATA)->ROOT)->NAME : "No name" );
|
||||
break;
|
||||
case 'I':
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||
* Modified by Czo <Olivier.Sirol@lip6.fr> 1997,98
|
||||
* Modified by pnt <Pierre.Nguyen-Tuong@lip6.fr> 2002
|
||||
* $Id: mlo.h,v 1.4 2002/08/08 19:47:37 pnt Exp $
|
||||
* $Id: mlo.h,v 1.5 2002/08/13 16:51:36 pnt Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MLO_H_
|
||||
|
@ -74,9 +74,9 @@ extern "C" {
|
|||
#define UNKNOWN 'X'
|
||||
#define TRISTATE 'Z'
|
||||
#define TRANSCV 'T'
|
||||
#define TRANSCV2 'C'
|
||||
#define TRANSCV2 'P'
|
||||
#define TRANSCV3 'R'
|
||||
#define TRANSCV4 'S'
|
||||
#define TRANSCV4 'L'
|
||||
|
||||
/*******************************************************************************
|
||||
* netlist structures types *
|
||||
|
|
Loading…
Reference in New Issue