Skip to content

Commit b80a104

Browse files
committed
[BUGFIX]: Add missing path to simulation script
1 parent e556cb6 commit b80a104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/sim.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#-------------------------------------------------------------------------------
22
# PROJECT: SIMPLE UART FOR FPGA
33
#-------------------------------------------------------------------------------
4-
# MODULE: SIMULATION TCL SCRIPT FOR MODELSIM
54
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
65
# LICENSE: The MIT License (MIT), please read LICENSE file
76
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
@@ -11,6 +10,7 @@
1110
vlib work
1211

1312
# Compile VHDL files
13+
vcom -93 ../rtl/comp/uart_clk_div.vhd
1414
vcom -93 ../rtl/comp/uart_debouncer.vhd
1515
vcom -93 ../rtl/comp/uart_parity.vhd
1616
vcom -93 ../rtl/comp/uart_tx.vhd

0 commit comments

Comments
 (0)