Skip to content

Commit 6f5e0af

Browse files
committed
[MAINTENANCE]: Move loopback example to new folder
1 parent 6e1fb07 commit 6f5e0af

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
File renamed without changes.

example/quartus/uart_loopback_cyc1000.qsf renamed to examples/loopback/quartus/uart_loopback_cyc1000.qsf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ set_global_assignment -name DEVICE 10CL025YU256C8G
1212
set_global_assignment -name TOP_LEVEL_ENTITY UART_LOOPBACK_CYC1000
1313

1414
# PROJECT VHDL FILES
15-
set_global_assignment -name VHDL_FILE ../../rtl/comp/uart_clk_div.vhd
16-
set_global_assignment -name VHDL_FILE ../../rtl/comp/uart_parity.vhd
17-
set_global_assignment -name VHDL_FILE ../../rtl/comp/uart_debouncer.vhd
18-
set_global_assignment -name VHDL_FILE ../../rtl/comp/uart_tx.vhd
19-
set_global_assignment -name VHDL_FILE ../../rtl/comp/uart_rx.vhd
20-
set_global_assignment -name VHDL_FILE ../../rtl/uart.vhd
21-
set_global_assignment -name VHDL_FILE ../rst_sync.vhd
15+
set_global_assignment -name VHDL_FILE ../../../rtl/comp/uart_clk_div.vhd
16+
set_global_assignment -name VHDL_FILE ../../../rtl/comp/uart_parity.vhd
17+
set_global_assignment -name VHDL_FILE ../../../rtl/comp/uart_debouncer.vhd
18+
set_global_assignment -name VHDL_FILE ../../../rtl/comp/uart_tx.vhd
19+
set_global_assignment -name VHDL_FILE ../../../rtl/comp/uart_rx.vhd
20+
set_global_assignment -name VHDL_FILE ../../../rtl/uart.vhd
21+
set_global_assignment -name VHDL_FILE ../../common/rst_sync.vhd
2222
set_global_assignment -name VHDL_FILE ../uart_loopback_cyc1000.vhd
2323

2424
# TIMING CONSTRAINTS
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)