VHDL / Compliance-Tests

Tests to evaluate the support of VHDL 2008 and VHDL 2019 features
https://vhdl.github.io/Compliance-Tests/
Apache License 2.0
28 stars 8 forks source link

Add tests for VHDL2008 #43

Closed oliverbm67 closed 1 year ago

oliverbm67 commented 1 year ago

Addition of multiple tests for VHDL 2008 compliance, mainly focused on RTL design. Checked with GHDL

oliverbm67 commented 1 year ago

I have updated the 3 tests with a check. I had to switch operand types from bit to std_logic to use the check_equal function.