Home
last modified time | relevance | path

Searched defs:Elaborate_File_Declaration (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-files_operations.adb171 function Elaborate_File_Declaration subprogram
174 File_Type : constant Node := Get_Type (Decl);
175 External_Name : constant Node := Get_File_Logical_Name (Decl);
176 Open_Kind : constant Node := Get_File_Open_Kind (Decl);
177 File_Name : Valtyp;
178 C_Name : C_File_Name;
179 C_Name_Len : Natural;
180 Mode : Valtyp;
181 F : File_Index;
182 File_Mode : Ghdl_I32;
[all …]
H A Dsynth-files_operations.ads35 function Elaborate_File_Declaration subprogspec
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-file_operation.adb103 function Elaborate_File_Declaration subprogram
107 Def : constant Iir := Get_Type (Decl);
108 External_Name : Iir;
109 File_Name: Iir_Value_Literal_Acc;
110 Is_Text : constant Boolean := Get_Text_File_Flag (Def);
111 File_Mode : Ghdl_I32;
112 Res : Iir_Value_Literal_Acc;
113 Status : Ghdl_I32;
114 Mode : Iir_Value_Literal_Acc;
H A Dsimul-file_operation.ads48 function Elaborate_File_Declaration subprogspec