Skip to content

Commit 950486c

Browse files
committed
LOOPBACK EXAMPLE [MAINTENANCE]: Move example to new folder
1 parent 33a2123 commit 950486c

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SPI SLAVE | 24 | 15 | 0 | 343.7 MHz
101101

102102
The SPI loopback example design is for testing data transfer between SPI master and SPI slave over external wires.
103103

104-
Please read [README file of SPI loopback example design](example/README.md).
104+
Please read [README file of SPI loopback example design](examples/loopback/README.md).
105105

106106
[![Video of SPI loopback example design](https://img.youtube.com/vi/-TbtB6Sm2Xk/0.jpg)](https://youtu.be/-TbtB6Sm2Xk)
107107

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ set_global_assignment -name DEVICE EP4CE6E22C8
1313
set_global_assignment -name TOP_LEVEL_ENTITY SPI_LOOPBACK
1414

1515
# PROJECT VHDL FILES
16-
set_global_assignment -name VHDL_FILE ../../rtl/spi_slave.vhd
17-
set_global_assignment -name VHDL_FILE ../../rtl/spi_master.vhd
18-
set_global_assignment -name VHDL_FILE ../comp/rst_sync.vhd
19-
set_global_assignment -name VHDL_FILE ../comp/clk_en_gen.vhd
20-
set_global_assignment -name VHDL_FILE ../comp/sseg_driver.vhd
21-
set_global_assignment -name VHDL_FILE ../comp/btn_debounce.vhd
16+
set_global_assignment -name VHDL_FILE ../../../rtl/spi_slave.vhd
17+
set_global_assignment -name VHDL_FILE ../../../rtl/spi_master.vhd
18+
set_global_assignment -name VHDL_FILE ../../common/rst_sync.vhd
19+
set_global_assignment -name VHDL_FILE ../../common/clk_en_gen.vhd
20+
set_global_assignment -name VHDL_FILE ../../common/sseg_driver.vhd
21+
set_global_assignment -name VHDL_FILE ../../common/btn_debounce.vhd
2222
set_global_assignment -name VHDL_FILE ../spi_loopback.vhd
2323

2424
# FPGA PINS ASSIGNMENT
File renamed without changes.

0 commit comments

Comments
 (0)