add a prepare_netlist_structs() in get_pin_attr() to update net names for @#pin tokens
This commit is contained in:
parent
6dcc9fd7c5
commit
4759d58ad5
|
|
@ -3633,6 +3633,7 @@ static char *get_pin_attr(const char *token, int inst, int engineering)
|
|||
const char *str_ptr=NULL;
|
||||
int multip;
|
||||
size_t tmp;
|
||||
prepare_netlist_structs(0);
|
||||
str_ptr = net_name(inst,n, &multip, 0, 1);
|
||||
tmp = strlen(str_ptr) +100 ; /* always make room for some extra chars
|
||||
* so 1-char writes to result do not need reallocs */
|
||||
|
|
|
|||
Loading…
Reference in New Issue