Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdlnetlisp.c43 static IDENTTABLE *vhdl_ident_ground, *vhdl_ident_power; variable
67 vhdl_ident_ground = vhdl_findidentkey(x_("ground")); in vhdl_gennet()
296 if (ident == vhdl_ident_ground) ground_flag = TRUE; in vhdl_gennet_interface()
303 if (ident == vhdl_ident_ground) ground_flag = TRUE; in vhdl_gennet_interface()
H A Dvhdlals.c43 static IDENTTABLE *vhdl_ident_ground, *vhdl_ident_power; variable
186 vhdl_ident_ground = vhdl_findidentkey(x_("ground")); in vhdl_genals()
652 if (ident == vhdl_ident_ground) ground_flag = TRUE; in vhdl_genals_interface()
659 if (ident == vhdl_ident_ground) ground_flag = TRUE; in vhdl_genals_interface()
H A Dvhdlquisc.c72 static IDENTTABLE *vhdl_ident_ground, *vhdl_ident_power; variable
103 vhdl_ident_ground = vhdl_findidentkey(x_("ground")); in vhdl_genquisc()
322 } else if (signal->name == vhdl_ident_ground) in vhdl_genquisc_interface()