VUnit is an open source unit testing framework for VHDL/SystemVerilog designs. It features the functionality needed to realize continuous and automated testing of your HDL code.
Questions tagged [vunit]
1 questions
0
votes
2 answers
What kind of VHDL process is this?
This is from an example that comes with VUnit inside the array_axis_vcs fifo.vhd file.
PslChecks : block is
constant dx : std_logic_vector(d'left downto 0) := (others => 'X');
constant du : std_logic_vector(d'left downto 0) := (others =>…

gyuunyuu
- 1,933
- 7
- 31