removed debug messages
This commit is contained in:
parent
16edd087e4
commit
b5d21e54f1
|
|
@ -1300,7 +1300,7 @@ void get_symbol_type(const char *symname, char **type)
|
|||
/* ... if not found open file and look for 'type' into the global attributes. */
|
||||
if((fd=fopen(name,"r"))==NULL)
|
||||
{
|
||||
dbg(0, "get_symbol_type(): Symbol not found: %s\n",name);
|
||||
dbg(1, "get_symbol_type(): Symbol not found: %s\n",name);
|
||||
my_strdup2(1162, type, "");
|
||||
} else {
|
||||
while(1) {
|
||||
|
|
@ -1328,7 +1328,7 @@ void get_symbol_type(const char *symname, char **type)
|
|||
fclose(fd);
|
||||
}
|
||||
}
|
||||
dbg(0, "get_symbol_type(): symbol=%s --> type=%s\n", symname, *type);
|
||||
dbg(1, "get_symbol_type(): symbol=%s --> type=%s\n", symname, *type);
|
||||
}
|
||||
|
||||
/* replace i/o/iopin instances of LCC schematics with symbol pins (boxes on PINLAYER layer) */
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
v {xschem version=2.9.7 file_version=1.2}
|
||||
v {xschem version=2.9.8 file_version=1.2}
|
||||
G {}
|
||||
K {}
|
||||
V {}
|
||||
|
|
@ -91,12 +91,12 @@ N 860 -370 860 -250 {lab=0}
|
|||
C {title.sym} 160 -40 0 0 {name=l1 author="Stefan Schippers"}
|
||||
C {code_shown.sym} 245 -245 0 0 {name=CONTROL value="* .control
|
||||
* save all
|
||||
* tran 5n 1000u uic
|
||||
* tran 5n 500u uic
|
||||
* write led_driver.raw
|
||||
* .endc
|
||||
.option savecurrents
|
||||
.save all
|
||||
.tran 5n 600u uic
|
||||
.tran 5n 200u uic
|
||||
* .dc VP 0 21 0.01
|
||||
"}
|
||||
C {code.sym} 15 -225 0 0 {name=MODELS value=".MODEL DIODE D(IS=1.139e-08 RS=0.99 CJO=9.3e-12 VJ=1.6 M=0.411 BV=30 EG=0.7 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue