Target Deployment Technology
Original Location: lib folder
Template: templatea.xdp
Old settings are listed in the left column, updated settings in the right. All TDP Editor references are located in the Library Settings section.
With clauses; |
with clauses for package specification |
Affichage_chaine : constant :=100 |
Constant definitions->string_max_len |
subtype priv_file is something; |
Data types->PRIV_FILE |
subtype longest_integer is something; |
Data types->LONGEST_INTEGER |
subtype longest_float is float; |
Data types->LONGEST_FLOAT |
Subtype priv_int is longest_integer; |
Data types->INTEGER_32B |
clock_present : constant boolean := FALSE ; |
No longer used. |
clock_offset : constant priv_int := 0; |
Constant definitions->clock_offset This constant has been changed from integer to float. |
clock_divide : constant priv_int := 1; |
Constant definitions->clock_divide |
clock_multiply : constant priv_int := 1; |
Constant definitions->clock_multiply |
clock_unit: constant string := "D0 "; |
Constant definitions->clock_unit |
access_size : constant := 32; |
Constant definitions->access_size |
access_max : constant := |
Constant definitions->access_max |
access_min : constant := -(2**(access_size-1)); |
Constant definitions->access_min |
Any additional function/procedure specifications other than those for user_open, user_close, priv_open, priv_close, priv_writeln, priv_clock, priv_date. |
User-defined function specifications |