diff options
Diffstat (limited to 'src/vhdl/translate/translation.ads')
-rw-r--r-- | src/vhdl/translate/translation.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/translate/translation.ads b/src/vhdl/translate/translation.ads index 376060dfd..9f85a616d 100644 --- a/src/vhdl/translate/translation.ads +++ b/src/vhdl/translate/translation.ads @@ -78,6 +78,9 @@ package Translation is -- defined by the value. Flag_Check_Stack_Allocation : Natural := 32 * 1024; + -- If true, generate subprograms for design elaboration. + Flag_Elaboration : Boolean := True; + procedure Register_Translation_Back_End; -- If not null, this procedure is called when a foreign subprogram is |