summaryrefslogtreecommitdiff
path: root/lab_3/SIM/build_simulation.bat
diff options
context:
space:
mode:
Diffstat (limited to 'lab_3/SIM/build_simulation.bat')
-rw-r--r--lab_3/SIM/build_simulation.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_3/SIM/build_simulation.bat b/lab_3/SIM/build_simulation.bat
index b41e8c9..bcac078 100644
--- a/lab_3/SIM/build_simulation.bat
+++ b/lab_3/SIM/build_simulation.bat
@@ -1,4 +1,4 @@
@echo off
-call C:\Xilinx\Vivado\2022.1\bin\xvlog -nolog -sv ../SRC/duv.sv ../SRC/tb.sv
+call C:\Xilinx\Vivado\2022.1\bin\xvlog -nolog -sv ../SRC/typedef_pkg.sv ../SRC/interface.sv ../SRC/duv.sv ../SRC/tb.sv
call C:\Xilinx\Vivado\2022.1\bin\xelab -debug typical -top tb -snapshot duv_tb_snapshot
pause