We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e556cb6 commit b80a104Copy full SHA for b80a104
sim/sim.tcl
@@ -1,7 +1,6 @@
1
#-------------------------------------------------------------------------------
2
# PROJECT: SIMPLE UART FOR FPGA
3
4
-# MODULE: SIMULATION TCL SCRIPT FOR MODELSIM
5
# AUTHORS: Jakub Cabal <jakubcabal@gmail.com>
6
# LICENSE: The MIT License (MIT), please read LICENSE file
7
# WEBSITE: https://github.com/jakubcabal/uart-for-fpga
@@ -11,6 +10,7 @@
11
10
vlib work
12
13
# Compile VHDL files
+vcom -93 ../rtl/comp/uart_clk_div.vhd
14
vcom -93 ../rtl/comp/uart_debouncer.vhd
15
vcom -93 ../rtl/comp/uart_parity.vhd
16
vcom -93 ../rtl/comp/uart_tx.vhd
0 commit comments