Home
last modified time | relevance | path

Searched refs:Get_Psl_Property (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_psl.adb850 Cond := Rewrite_As_Boolean_Expression (Get_Psl_Property (Stmt));
910 Prop := Get_Psl_Property (Stmt);
941 Prop := Get_Psl_Property (Stmt);
H A Dvhdl-prints.adb3953 Disp_Psl_Expression (Ctxt, Get_Psl_Property (Stmt));
3971 Disp_Psl_Expression (Ctxt, Get_Psl_Property (Stmt));
H A Dvhdl-canon.adb1734 Prop := Get_Psl_Property (Stmt);
H A Dvhdl-nodes.ads9186 function Get_Psl_Property (Decl : Iir) return PSL_Node; subprogspec
H A Dvhdl-nodes.adb7149 function Get_Psl_Property (Decl : Iir) return PSL_Node is subprogram
7155 end Get_Psl_Property;
H A Dvhdl-nodes_meta.adb7489 return Get_Psl_Property (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2809 Get_Psl_Property = libghdl.vhdl__nodes__get_psl_property variable