This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
libvhdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
including UtilP package for and_reduce() function
pull/1/head
T. Meissner
9 years ago
parent
f9361cc0d0
commit
7ed623fb4a
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/SimT.vhd
+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
;
Write
Preview
Loading…
Cancel
Save