-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathVideoBus.pro
More file actions
32 lines (27 loc) · 725 Bytes
/
VideoBus.pro
File metadata and controls
32 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# File Name: VideoBus.pro
#
# Maintainer: Louis Adriaens email: louisadriaens@outlook.com
# Contributor(s):
# Louis Adriaens louisadriaens@outlook.com
#
#
# Description:
# Script to build the VideoBus packages.
# Based on OSVVM Framework
#
#
#
# Revision History:
# Date Version Description
# 08/2023 1.00 Initial revision
library osvvm_videobus
# <comp>pkg.vhd must always be in order before <comp>.vhd
analyze ./src/VideoBusRx_pkg.vhd
analyze ./src/VideoBusRx.vhd
analyze ./src/VideoBusTx_pkg.vhd
analyze ./src/VideoBusTx.vhd
analyze ./src/PassthroughDUT_pkg.vhd
analyze ./src/PassthroughDUT.vhd
analyze ./src/bmp_pack.vhd
analyze ./src/VideoBusContext.vhd