File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
# PROJECT: SPI MASTER AND SLAVE FOR FPGA
3
3
# -------------------------------------------------------------------------------
4
4
# NAME: SIMULATION TCL SCRIPT FOR MODELSIM
5
- # AUTHORS: Jakub Cabal <xcabal05@stud.feec.vutbr.cz >
5
+ # AUTHORS: Jakub Cabal <jakubcabal@gmail.com >
6
6
# LICENSE: LGPL-3.0, please read LICENSE file
7
7
# WEBSITE: https://github.com/jakubcabal/spi-fpga
8
8
# -------------------------------------------------------------------------------
26
26
# -------------------------------------------------------------------------------
27
27
28
28
# Compile VHDL files
29
+ vlib work
29
30
vcom ../rtl/spi_master.vhd
30
31
vcom ../rtl/spi_slave.vhd
31
32
vcom ./spi_tb.vhd
@@ -35,4 +36,4 @@ vsim work.spi_tb
35
36
add wave *
36
37
add wave sim:/spi_tb/master_i/*
37
38
add wave sim:/spi_tb/slave_i/*
38
- run 10 us
39
+ run 6 us
You can’t perform that action at this time.
0 commit comments