diff options
| author | Fuwn <[email protected]> | 2026-01-28 20:49:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-28 20:49:36 -0800 |
| commit | faf3f6e8b37f4ac368449e7b5f68ede94af07bdf (patch) | |
| tree | 3b43ae950f9fc5898f2288a5886bb63ca47abfce /lab_3/SIM/build_simulation.bat | |
| parent | chore(lab_3): Add utility scripts (diff) | |
| download | cst456-old-main.tar.xz cst456-old-main.zip | |
feat(lab_3): Implement lab 3old-main
Diffstat (limited to 'lab_3/SIM/build_simulation.bat')
| -rw-r--r-- | lab_3/SIM/build_simulation.bat | 2 |
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 |