Searched refs:ivl_type_packed_lsb (Results 1 – 9 of 9) sorted by relevance
/dports/cad/iverilog/verilog-11.0/tgt-vvp/ |
H A D | draw_class.c | 41 assert(ivl_type_packed_lsb(ptype,0) == 0); in show_prop_type_vector() 74 ivl_type_packed_lsb(ptype,idx)); in show_prop_type()
|
H A D | eval_object.c | 36 lsb = ivl_type_packed_lsb(element_type, 0); in darray_new()
|
H A D | stmt_assign.c | 918 int lsb = ivl_type_packed_lsb(net,idx); in width_of_packed_type() 1213 ivl_type_packed_msb(prop_type,0) >= ivl_type_packed_lsb(prop_type, 0))); in show_stmt_assign_sig_cobject() 1227 ivl_type_packed_msb(prop_type,0) >= ivl_type_packed_lsb(prop_type, 0))); in show_stmt_assign_sig_cobject()
|
/dports/cad/iverilog/verilog-11.0/tgt-stub/ |
H A D | types.c | 81 ivl_type_packed_lsb(net_type, idx)); in show_net_type()
|
H A D | statement.c | 92 int lsb = ivl_type_packed_lsb(net,0); in width_of_type()
|
/dports/cad/iverilog/verilog-11.0/ |
H A D | ivl.def | 326 ivl_type_packed_lsb
|
H A D | ivl_target.h | 2355 extern int ivl_type_packed_lsb(ivl_type_t net, unsigned dim);
|
H A D | cppcheck.sup | 590 //ivl_type_packed_lsb()
|
H A D | t-dll-api.cc | 3182 extern "C" int ivl_type_packed_lsb(ivl_type_t net, unsigned dim) in ivl_type_packed_lsb() function
|