Home
last modified time | relevance | path

Searched refs:netid_t (Results 1 – 14 of 14) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Dnetdb.h34 typedef void (*netdb_walk_fn_t)(groupid_t, netid_t, unsigned);
39 netid_t first;
46 netid_t nnets;
55 static inline groupid_t netdb_lookup(const netdb_t *db, netid_t nid) in netdb_lookup()
H A Dnetdb.c53 for (netid_t i = 0; i < db->nnets; i++) in netdb_open()
57 for (netid_t i = it->first; i < it->first + it->length; i++) in netdb_open()
H A Drtkern.c116 netid_t first;
117 netid_t last;
134 netid_t first;
277 static void rt_sched_event(sens_list_t **list, netid_t first, netid_t last,
361 static const char *fmt_net(netid_t nid) in fmt_net()
436 const netid_t nid = nids[0]; in _sched_waveform_s()
466 const netid_t nid = nids[offset]; in _sched_waveform()
1507 static void rt_sched_event(sens_list_t **list, netid_t first, netid_t last, in rt_sched_event()
2025 const netid_t a = it->first; in rt_update_group()
2026 const netid_t b = it->last; in rt_update_group()
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dgroup.c38 netid_t first, unsigned length) in group_alloc()
55 for (netid_t i = first; i < first + length; i++) in group_alloc()
84 static groupid_t group_add(group_nets_ctx_t *ctx, netid_t first, int length) in group_add()
90 for (netid_t i = first; i < first + length; i++) { in group_add()
189 static int group_net_to_field(type_t type, netid_t nid) in group_net_to_field()
194 netid_t first = 0; in group_net_to_field()
198 const netid_t next = first + type_width(tree_type(field)); in group_net_to_field()
225 netid_t first = NETID_INVALID; in group_decl()
233 netid_t nid = tree_net(decl, i); in group_decl()
H A Dprim.h69 typedef uint32_t netid_t; typedef
H A Dtree.h320 netid_t tree_net(tree_t t, unsigned n);
321 void tree_add_net(tree_t t, netid_t n);
322 void tree_change_net(tree_t t, unsigned n, netid_t i);
H A Dtree.c862 netid_t tree_net(tree_t t, unsigned n) in tree_net()
865 netid_t nid = netid_array_nth(&(item->netid_array), n); in tree_net()
870 void tree_add_net(tree_t t, netid_t n) in tree_add_net()
875 void tree_change_net(tree_t t, unsigned n, netid_t i) in tree_change_net()
H A Dvcode.h289 const netid_t *vcode_signal_nets(vcode_signal_t sig);
341 netid_t *nets, size_t nnets, bool is_extern);
H A Dcgen.c1870 netid_t nid = vcode_signal_nets(sig)[0]; in cgen_op_set_initial()
3351 netid_t first, netid_t last, LLVMValueRef fn) in cgen_net_mapping_table()
3420 const netid_t *nets = vcode_signal_nets(i); in cgen_reset_function()
3425 netid_t first = nets[0]; in cgen_reset_function()
3427 netid_t last = first; in cgen_reset_function()
3429 const netid_t this = nets[j]; in cgen_reset_function()
3537 const netid_t *nets = vcode_signal_nets(i); in cgen_signals()
H A Delab.c36 netid_t *next_net;
653 static netid_t elab_get_net(tree_t expr, int n) in elab_get_net()
1648 netid_t next_net = 0; in elab()
H A Dlower.c2464 const netid_t offset = record_field_to_net(type, tree_ident(expr)); in lower_record_ref()
3028 netid_t last = NETID_INVALID; in lower_signal_sequential_nets()
3030 const netid_t nid = tree_net(decl, i); in lower_signal_sequential_nets()
4392 netid_t *nets = xmalloc(sizeof(netid_t) * nnets); in lower_signal_decl()
4857 const netid_t offset = record_field_to_net(rtype, tree_ident(t)); in lower_driver_nets()
H A Ddump.c1121 static void dump_group_fn(groupid_t gid, netid_t first, unsigned length) in dump_group_fn()
H A Dvcode.c175 netid_t *nets;
873 const netid_t *vcode_signal_nets(vcode_signal_t sig) in vcode_signal_nets()
3210 netid_t *nets, size_t nnets, bool is_extern) in emit_signal()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_group.c25 static bool group_sanity_check(group_nets_ctx_t *ctx, netid_t max) in group_sanity_check()
29 for (netid_t i = 0; i <= max; i++) { in group_sanity_check()