From 2037a591e8883f5daf50cc9b237c1dcfa47fc0df Mon Sep 17 00:00:00 2001 From: "T. Meissner" Date: Sun, 4 Sep 2016 12:02:35 +0200 Subject: [PATCH] Set AssertP package to deprecated Better use OSVVMs Alert package instead of AssertP routines --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dea8d5..b6fe8e3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # libvhdl -A OHDL licensed library of reusable components for VHDL designs and testbenches +A LGPL3 licensed library of reusable components for VHDL designs and testbenches ##sim (Non) synthesible components for testbenches -##### AssertP -Package with various assertion procedures. +##### AssertP (Deprecated, better use Alerts from OSVVM instead) +Package with various assertion procedures. * `assert_true(x[, str, level])` checks if boolean x = false * `assert_false(x[, str, level])` checks if boolean x = false