From 8db5c10786bca404c5d1e129090ea9fea25531d2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 14 Jul 2016 08:21:18 +0200 Subject: Add commands to build vpi modules (WIP) --- src/ghdldrv/ghdlvpi.ads | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/ghdldrv/ghdlvpi.ads (limited to 'src/ghdldrv/ghdlvpi.ads') diff --git a/src/ghdldrv/ghdlvpi.ads b/src/ghdldrv/ghdlvpi.ads new file mode 100644 index 000000000..24eafbf78 --- /dev/null +++ b/src/ghdldrv/ghdlvpi.ads @@ -0,0 +1,20 @@ +-- GHDL driver - compile and link wrappers for VPI. +-- Copyright (C) 2016 Tristan Gingold +-- +-- GHDL is free software; you can redistribute it and/or modify it under +-- the terms of the GNU General Public License as published by the Free +-- Software Foundation; either version 2, or (at your option) any later +-- version. +-- +-- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or +-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +-- for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with GCC; see the file COPYING. If not, write to the Free +-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA +-- 02111-1307, USA. +package Ghdlvpi is + procedure Register_Commands; +end Ghdlvpi; -- cgit v1.2.3