Skip to content

This is a Quartus Prime FPGA project testing the functionality of the LogiFind Altera Cyclone IV EP4CE6E22C8N Development Board. This product can also be found on eBay where I bought it from. I hope to provide base code that will help others in their learning with this development board.

addisonElliott/LogiFindFPGATest

Repository files navigation

LogiFindFPGATest

This is a Quartus Prime FPGA project testing the functionality of the LogiFind Altera Cyclone IV EP4CE6E22C8N Development Board. This product can also be found on eBay where I bought it from. I hope to provide base code that will help others in their learning with this development board.

Where to get FPGA

The original manufacturer is a company called LogiFind.

Additional Resources

LogiFind supplies datasheets for each chip on the development board, user guide, development board schematic, 8 sample projects, USB blaster driver, UART COM PL2303 driver, PCB design, etc in a RAR file. Really, I am surprised at the amount of information they have included. I expected a lot less.

Some users commented about the link being unsafe when their virus protection software scanned it, so I have uploaded it to my website in case anyone would rather use that link. Also, there were a few schematics and files that were completely in Chinese that I translated(with the power of the internet) and saved into English documents. Another reason to use my link instead of theirs.

Hardware Description Language (HDL)

I use a few SystemVerilog features in this project such as enums, packages, and floating-point rounding. Thus, SystemVerilog must be enabled to run this project. If you are receiving errors about the line: import UART_CONSTANTS::*;

Then, you likely do not have SystemVerilog enabled for the compiler.

Detailed guide can be found by clicking the link above. The page can also be found by going to the Wiki section of the Github project.

About

This is a Quartus Prime FPGA project testing the functionality of the LogiFind Altera Cyclone IV EP4CE6E22C8N Development Board. This product can also be found on eBay where I bought it from. I hope to provide base code that will help others in their learning with this development board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages