Skip to content

Commit

Permalink
Frist draft of check_equal support for fixed_pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
abaebae authored and umarcor committed Feb 24, 2024
1 parent 02ccfdc commit 62533c0
Show file tree
Hide file tree
Showing 5 changed files with 2,341 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vunit/vhdl/check/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

import vunit.vhdl.check.tools.generate_check_equal as generate_check_equal
import vunit.vhdl.check.tools.generate_check_match as generate_check_match
import vunit.vhdl.check.tools.generate_check_equal_2008p as generate_check_equal_2008p

generate_check_equal.main()
generate_check_match.main()
generate_check_equal_2008p.main()

VU = VUnit.from_argv()
VU.add_vhdl_builtins()
Expand Down
Loading

0 comments on commit 62533c0

Please sign in to comment.