-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilelist.f
More file actions
42 lines (35 loc) · 1.04 KB
/
Copy pathfilelist.f
File metadata and controls
42 lines (35 loc) · 1.04 KB
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
33
34
35
36
37
38
39
40
41
42
# ==============================================
# Include UVM source directory
# ==============================================
+incdir+$UVM_HOME/src
# ==============================================
# Compile UVM base packages
# ==============================================
$UVM_HOME/src/uvm_pkg.sv
$UVM_HOME/src/uvm_macros.svh
# ==============================================
# DUT Files
# ==============================================
afifo_top.sv
afifo_sva.sv
# ==============================================
# Interface Files
# ==============================================
afifo_tb_pkg.sv
afifo_txn_pkg.sv
afifo_wr_driver_bfm.sv
afifo_wr_monitor_bfm.sv
afifo_rd_driver_bfm.sv
afifo_rd_monitor_bfm.sv
# ==============================================
# Package Files (Ordered by Dependency)
# ==============================================
afifo_wr_agent_pkg.sv
afifo_rd_agent_pkg.sv
afifo_env_pkg.sv
afifo_test_pkg.sv
# ==============================================
# Testbench Files
# ==============================================
clkgen.sv
tb_top.sv