Home
last modified time | relevance | path

Searched refs:nnets_i (Results 1 – 5 of 5) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dcommon.h199 GLOBAL ident_t nnets_i; variable
H A Dgroup.c530 const int nnets = tree_attr_int(top, nnets_i, 0); in group_nets()
H A Dcommon.c942 nnets_i = ident_new("nnets"); in intern_strings()
H A Delab.c1674 tree_add_attr_int(e, nnets_i, next_net); in elab()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_group.c85 const int nnets = top ? tree_attr_int(top, nnets_i, 0) : DEFAULT_NNETS; in group_test_init()