Browse Source

Set AssertP package to deprecated

Better use OSVVMs Alert package instead of AssertP routines
pull/1/head
T. Meissner 8 years ago
committed by GitHub
parent
commit
2037a591e8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -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


Loading…
Cancel
Save