Home
last modified time | relevance | path

Searched refs:ivl_attribute_s (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dt-dll.h164 ivl_attribute_s* fill_in_attributes(const Attrib*net);
539 struct ivl_attribute_s*attr;
555 struct ivl_attribute_s*attr;
656 struct ivl_attribute_s*attr;
726 struct ivl_attribute_s*attr;
771 struct ivl_attribute_s*attr;
H A Divl_target.h484 struct ivl_attribute_s { struct
492 typedef const struct ivl_attribute_s*ivl_attribute_t; argument
H A Dt-dll.cc188 ivl_attribute_s* dll_target::fill_in_attributes(const Attrib*net) in fill_in_attributes()
190 ivl_attribute_s*attr; in fill_in_attributes()
196 attr = new struct ivl_attribute_s[nattr]; in fill_in_attributes() local
/dports/cad/iverilog/verilog-11.0/tgt-fpga/
H A Dfpga.c43 const struct ivl_attribute_s *a; in scope_has_attribute()