- uart changes

- cleaned up prj

git-svn-id: http://moon:8086/svn/vhdl/trunk@1242 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-27 16:15:56 +00:00
parent 13488ae71e
commit 7aa1eefb79
3 changed files with 39 additions and 38 deletions
+3 -2
View File
@@ -6,6 +6,7 @@ if {[file exists work]} {vdel -lib work -all}
vlib work
# Configs
vcom -explicit -93 "../../../lib/SDRAM/ddr_sdr_v1_5/src/sdram_const.vhd"
vcom -explicit -93 "../src/sdram_config_sim.vhd"
# Packages
@@ -58,8 +59,8 @@ vcom -explicit -93 "../../../lib/VGA_ctrl/src/vga_backend.vhd"
vcom -explicit -93 "../../../lib/VGA_ctrl/src/vga_frontend64.vhd"
# UART
vcom -explicit -93 "../../../lib/uart/uart_rx_sim.vhd"
vcom -explicit -93 "../../../lib/uart/uart_tx_sim.vhd"
vcom -explicit -93 "../../../lib/uart/uart_types.vhd"
vcom -explicit -93 "../../../lib/uart/uart_sim.vhd"
vcom -explicit -93 "../../../lib/uart/uart_wb.vhd"
# PS2