Home
last modified time | relevance | path

Searched refs:ivl_scope_ports (Results 1 – 10 of 10) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dscope.c366 unsigned idx, count = ivl_scope_ports(scope); in emit_module_ports()
510 unsigned word, idx, count = ivl_scope_ports(scope); in emit_module_port_defs()
546 unsigned idx, count = ivl_scope_ports(scope); in emit_module_call_expressions()
557 unsigned idx, count = ivl_scope_ports(scope); in emit_task_func_port_defs()
826 unsigned word, idx, count = ivl_scope_ports(scope); in emit_specify()
1047 if (ivl_scope_ports(scope) < 1) { in emit_scope()
H A Dstmt.c676 unsigned idx, ports = ivl_scope_ports(scope); in utask_in_port_idx()
709 unsigned idx, ports = ivl_scope_ports(scope); in utask_out_port_idx()
836 ports = ivl_scope_ports(task_scope); in is_utask_call_with_args()
1439 && ivl_scope_ports(task_scope) == 0) in emit_stmt_utask()
1441 && ivl_scope_ports(task_scope) == 1)); in emit_stmt_utask()
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Ddraw_ufunc.c122 assert(ivl_expr_parms(expr) == (ivl_scope_ports(def)-1)); in draw_ufunc_preamble()
H A Dvvp_process.c2082 unsigned idx, ports = ivl_scope_ports(scope); in utask_in_port_idx()
2115 unsigned idx, ports = ivl_scope_ports(scope); in utask_out_port_idx()
2203 ports = ivl_scope_ports(task_scope); in is_utask_call_with_args()
H A Dvvp_scope.c2023 assert((ninp+1) == ivl_scope_ports(def)); in draw_lpm_ufunc()
/dports/cad/iverilog/verilog-11.0/
H A Divl.def235 ivl_scope_ports
H A Divl_target.h1889 extern unsigned ivl_scope_ports(ivl_scope_t net);
H A Dcppcheck.sup419 //ivl_scope_ports()
H A Dt-dll-api.cc2298 extern "C" unsigned ivl_scope_ports(ivl_scope_t net) in ivl_scope_ports() function
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dscope.cc793 int nports = ivl_scope_ports(scope); in draw_function()