From 8922b458963c19e4e07c9dca3c8f3558ceabd625 Mon Sep 17 00:00:00 2001 From: Ken Campbell Date: Wed, 14 Jun 2023 15:39:02 -0400 Subject: [PATCH] Update status --- README | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README b/README index ac51d9d..9e06737 100644 --- a/README +++ b/README @@ -1,17 +1,7 @@ This repo is intended to contain VHDL tests to enable full stimulus of default -packages sourcecode. This will enable venders to test against a known set of +2008 packages source code. This will enable venders to test against a known set of tests which fully cover each standards package source code. -Current state: WIP - -std_pkgs_08 directory is the initial checkin of code used to fully cover -numeric_std and numeric_bit packages. Some tests are targeted at other packages -but they are incomplete. std_pkgs_08 directory contains scripts which are -dependent on Metrics simulation infrustructure and will be replaced by generic -scripts. They were included to provide a guide of what was done before so -that there is a reference. - -The test set is going to implement a generic system to regress it starting with -GHDL. An attempt to make the scripting able to be adapted for other tools. - +Scripts to run tests under GHDL are now available. +See the README file in the std_pkgs_08 directory