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
25 stars 7 forks source link

Improve tb_function_knows_return_vector_size case #45

Closed nickg closed 1 year ago

nickg commented 1 year ago

At the moment this test doesn't actually call the resize function so an implementation can pass this test without fully implementing the feature. Also the resize algorithm here doesn't seem to work correctly so I replaced it with a simpler one (using std_logic_vector as there is no check_equals overload for bit_vector).