From f526c1f41a2f5a8a5f70ee33f82d9e6b84117142 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 9 May 2019 08:03:29 +0200 Subject: flists is now a generic package, add vhdl-flists --- src/vhdl/vhdl-flists.ads | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/vhdl/vhdl-flists.ads (limited to 'src/vhdl/vhdl-flists.ads') diff --git a/src/vhdl/vhdl-flists.ads b/src/vhdl/vhdl-flists.ads new file mode 100644 index 000000000..ae92345ad --- /dev/null +++ b/src/vhdl/vhdl-flists.ads @@ -0,0 +1,21 @@ +-- Fixed-length lists. +-- Copyright (C) 2019 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 GHDL; see the file COPYING. If not, write to the Free +-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA +-- 02111-1307, USA. +with Vhdl.Types; +with Flists; + +package Vhdl.Flists is new Standard.Flists (El_Type => Vhdl.Types.Node); -- cgit v1.2.3