From 7d9eb240cf987b16ff01beb92f4408b37a297c0d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 5 Jan 2023 07:56:36 +0100 Subject: grt: add modules in ghdl_main instead of grt-main --- src/ghdldrv/ghdlrun.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb index 3f96bf456..758966231 100644 --- a/src/ghdldrv/ghdlrun.adb +++ b/src/ghdldrv/ghdlrun.adb @@ -805,6 +805,8 @@ package body Ghdlrun is Put_Line ("Starting simulation"); end if; + Grt.Modules.Register_Modules; + Grt.Main.Run; Ada.Command_Line.Set_Exit_Status -- cgit v1.2.3