aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-simulation-main.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-simulation-main.ads')
-rw-r--r--src/vhdl/simulate/simul-simulation-main.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-simulation-main.ads b/src/vhdl/simulate/simul-simulation-main.ads
new file mode 100644
index 000000000..28ed8ca08
--- /dev/null
+++ b/src/vhdl/simulate/simul-simulation-main.ads
@@ -0,0 +1,4 @@
+package Simul.Simulation.Main is
+ -- The entry point of the simulator.
+ procedure Simulation_Entity (Top_Conf : Iir_Design_Unit);
+end Simul.Simulation.Main;