This commit is contained in:
Stefan Frederik 2021-06-16 07:15:31 +02:00
parent 36bc95ef7f
commit 242523cb9f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */