From faf3f6e8b37f4ac368449e7b5f68ede94af07bdf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 28 Jan 2026 20:49:36 -0800 Subject: feat(lab_3): Implement lab 3 --- lab_3/SIM/build_simulation.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lab_3/SIM/build_simulation.bat') 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 -- cgit v1.2.3