Home
last modified time | relevance | path

Searched refs:__vpiBit (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvpi_bit.cc33 const __vpiBit::as_bit_t*ptr = dynamic_cast<const __vpiBit::as_bit_t*> (ref); in bit_from_handle()
35 return (const struct __vpiBit*) ref; in bit_from_handle()
38 static __vpiBit*bit_from_handle(__vpiHandle*ref) in bit_from_handle()
41 __vpiBit::as_bit_t*ptr = dynamic_cast<__vpiBit::as_bit_t*> (ref); in bit_from_handle()
43 return (struct __vpiBit*) ref; in bit_from_handle()
46 static int bit_get_type(const __vpiBit*rfp) in bit_get_type()
64 struct __vpiBit*rfp = bit_from_handle(ref); in bit_get()
109 struct __vpiBit*rfp = bit_from_handle(ref); in bit_get_str()
201 int __vpiBit::get_index(void) const in get_index()
212 int __vpiBit::as_bit_t::vpi_get(int code) in vpi_get()
[all …]
H A Dvpi_priv.h350 void get_bit_value(struct __vpiBit*bit, p_vpi_value vp);
351 vpiHandle put_bit_value(struct __vpiBit*bit, p_vpi_value vp, int flags);
354 struct __vpiBit*bits;
398 struct __vpiBit { struct
412 struct __vpiBit*bit0; argument
H A Dvpi_signal.cc677 bits = new struct __vpiBit[width() + 1]; in make_bits() local
685 struct __vpiBit*base = bits; in make_bits()
720 void __vpiSignal::get_bit_value(struct __vpiBit*bit, p_vpi_value vp) in get_bit_value()
783 vpiHandle __vpiSignal::put_bit_value(struct __vpiBit*bit, p_vpi_value vp, int flags) in put_bit_value()