aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-11 05:23:58 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-11 05:23:58 +0200
commitff2f6b719229a43db915297ba4abc3ec5ff5a5fc (patch)
tree1c992a5cffa7636e02e8d73c2db9c65b8e7f11e7 /src/ghdldrv/ghdlsimul.ads
parent8c01fd3f1a3fdac1fb36bd7d20b3b71135011502 (diff)
downloadghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.tar.gz
ghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.tar.bz2
ghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.zip
ghdlsimul: now based on synth elab
Diffstat (limited to 'src/ghdldrv/ghdlsimul.ads')
-rw-r--r--src/ghdldrv/ghdlsimul.ads7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ghdldrv/ghdlsimul.ads b/src/ghdldrv/ghdlsimul.ads
index 4a1705b6c..69b7f3dc7 100644
--- a/src/ghdldrv/ghdlsimul.ads
+++ b/src/ghdldrv/ghdlsimul.ads
@@ -14,13 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <gnu.org/licenses>.
-with Vhdl.Nodes; use Vhdl.Nodes;
-
package Ghdlsimul is
procedure Register_Commands;
-
- -- Functional interface.
- procedure Compile_Init;
-
- function Get_Top_Config return Iir;
end Ghdlsimul;