Browse Source

including UtilP package for and_reduce() function

pull/1/head
T. Meissner 9 years ago
parent
commit
7ed623fb4a
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      test/SimT.vhd
  2. +1
    -0
      test/SpiT.vhd

+ 1
- 1
test/SimT.vhd View File

@ -17,7 +17,7 @@ library libvhdl;
use libvhdl.AssertP.all;
use libvhdl.SimP.all;
use libvhdl.QueueP.all;
use libvhdl.UtilsP.all;


+ 1
- 0
test/SpiT.vhd View File

@ -17,6 +17,7 @@ library libvhdl;
use libvhdl.AssertP.all;
use libvhdl.SimP.all;
use libvhdl.QueueP.all;
use libvhdl.UtilsP.all;


Loading…
Cancel
Save