aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-01-31 06:07:14 +0100
committerTristan Gingold <tgingold@free.fr>2017-01-31 20:22:09 +0100
commite7f093ccdfa452806172e12af3167bc84f571026 (patch)
treeb34d5b1391595c990ba1cb9e841820797e91e24b /ghdl.gpr.in
parentb5009c3026b295d91ed5fc3d8682c700b67db4ab (diff)
downloadghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.gz
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.bz2
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.zip
Add ghdlsynth in ghdl_simul
Diffstat (limited to 'ghdl.gpr.in')
-rw-r--r--ghdl.gpr.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in
index 8b6228996..3f2ae0cb6 100644
--- a/ghdl.gpr.in
+++ b/ghdl.gpr.in
@@ -6,7 +6,9 @@ project Ghdl is
srcdir & "/src",
srcdir & "/src/vhdl",
srcdir & "/src/vhdl/translate",
+ srcdir & "/src/vhdl/simulate",
srcdir & "/src/psl",
+ srcdir & "/src/synth",
srcdir & "/src/ghdldrv",
srcdir & "/src/grt",
srcdir & "/src/grt/config",
@@ -25,7 +27,7 @@ project Ghdl is
package Compiler is
for Default_Switches ("Ada") use
- ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat05", "-g");
+ ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat12", "-g");
for Default_Switches ("C") use ("-DWITH_GNAT_RUN_TIME");
end Compiler;