typo fix
This commit is contained in:
parent
36bc95ef7f
commit
242523cb9f
|
|
@ -348,7 +348,7 @@ void global_vhdl_netlist(int global) /* netlister driver */
|
|||
{
|
||||
if( strcmp(get_tok_value(xctx->sym[i].prop_ptr,"vhdl_ignore",0),"true")==0 ) continue;
|
||||
if(!xctx->sym[i].type) continue;
|
||||
my_strdup(1242, &abs_path, abs_sym_path(xctx->sym[j].name, ""));
|
||||
my_strdup(1242, &abs_path, abs_sym_path(xctx->sym[i].name, ""));
|
||||
if(strcmp(xctx->sym[i].type,"subcircuit")==0 && check_lib(1, abs_path))
|
||||
{
|
||||
/* xctx->sym can be SCH or SYM, use hash to avoid writing duplicate subckt */
|
||||
|
|
|
|||
Loading…
Reference in New Issue