Searched refs:ivl_scope_ports (Results 1 – 10 of 10) sorted by relevance
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/ |
H A D | scope.c | 366 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 D | stmt.c | 676 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 D | draw_ufunc.c | 122 assert(ivl_expr_parms(expr) == (ivl_scope_ports(def)-1)); in draw_ufunc_preamble()
|
H A D | vvp_process.c | 2082 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 D | vvp_scope.c | 2023 assert((ninp+1) == ivl_scope_ports(def)); in draw_lpm_ufunc()
|
/dports/cad/iverilog/verilog-11.0/ |
H A D | ivl.def | 235 ivl_scope_ports
|
H A D | ivl_target.h | 1889 extern unsigned ivl_scope_ports(ivl_scope_t net);
|
H A D | cppcheck.sup | 419 //ivl_scope_ports()
|
H A D | t-dll-api.cc | 2298 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 D | scope.cc | 793 int nports = ivl_scope_ports(scope); in draw_function()
|