Home
last modified time | relevance | path

Searched refs:ivl_nexus_ptr_drive1 (Results 1 – 8 of 8) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Ddraw_net_input.c169 if (ivl_nexus_ptr_drive1(nptr) != IVL_DR_STRONG) in nexus_drive_is_strength_aware()
307 return draw_net_pull(lptr, ivl_nexus_ptr_drive1(nptr), "1"); in draw_net_input_drive()
347 && (ivl_nexus_ptr_drive1(nptr) == IVL_DR_STRONG)) { in draw_net_input_drive()
354 ivl_nexus_ptr_drive1(nptr)); in draw_net_input_drive()
627 && (ivl_nexus_ptr_drive1(nptr) == IVL_DR_HiZ)) in draw_net_input_x()
H A Dvvp_scope.c316 ivl_drive_t dr1 = ivl_nexus_ptr_drive1(nptr); in can_elide_bufz()
342 if (ivl_nexus_ptr_drive1(in_np) != dr1) in can_elide_bufz()
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dlogic_lpm.c52 ivl_drive_t cur_drive1 = ivl_nexus_ptr_drive1(nex_ptr); in nexus_driver_is_signed()
234 ivl_drive_t cur_drive1 = ivl_nexus_ptr_drive1(nex_ptr); in get_unique_lpm_drive()
366 if ((ivl_nexus_ptr_drive1(nex_ptr) != IVL_DR_HiZ) || in is_local_nexus()
459 if ((ivl_nexus_ptr_drive1(nex_ptr) != IVL_DR_HiZ) || in emit_nexus_port_signal()
510 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in emit_nexus_port_driver_as_ca()
589 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in emit_nexus_as_ca()
830 if ((ivl_nexus_ptr_drive1(nex_ptr) != IVL_DR_HiZ) || in find_output_signal()
870 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in nexus_is_signal()
1760 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in get_output_from_nexus()
2262 emit_strength(ivl_nexus_ptr_drive1(nex_ptr), in emit_signal_net_const_as_ca()
[all …]
H A Dmisc.c437 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in find_signal_in_nexus()
448 (ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in find_signal_in_nexus()
478 if ((ivl_nexus_ptr_drive1(nex_ptr) != IVL_DR_HiZ) || in find_signal_in_nexus()
647 if ((ivl_nexus_ptr_drive1(nex_ptr) == IVL_DR_HiZ) && in find_driving_signal()
/dports/cad/iverilog/verilog-11.0/
H A Divl.def163 ivl_nexus_ptr_drive1
H A Dt-dll-api.cc914 return ivl_nexus_ptr_drive1(cur); in ivl_logic_drive1()
1477 return ivl_nexus_ptr_drive1(cur); in ivl_lpm_drive1()
1787 extern "C" ivl_drive_t ivl_nexus_ptr_drive1(ivl_nexus_ptr_t net) in ivl_nexus_ptr_drive1() function
H A Divl_target.h1642 extern ivl_drive_t ivl_nexus_ptr_drive1(ivl_nexus_ptr_t net);
/dports/cad/iverilog/verilog-11.0/tgt-stub/
H A Dstub.c1261 const char*dr1 = str_tab[ivl_nexus_ptr_drive1(ptr)]; in signal_nexus_const()
1319 const char*dr1 = str_tab[ivl_nexus_ptr_drive1(ptr)]; in show_nexus_details()