Example Projects¶
Below are the reference projects found in the following repository:
Type | Repo | Branch |
---|---|---|
Quartus Example Projects | git://support.criticallink.com/home/git/mitysom-a5e-ref.git | pro_24.2_stable |
mitysom-a5e-ref-base¶
This is the base reference design project. It contains the minimum configuration for the HPS to boot Linux with USB support and USB console. The FPGA design contains a sys_id module and input/output PIOs that can be attached to misc IO on the development board. This is a good starting point to extend a design from.
mitysom-a5e-ref-sdram¶
This is the base reference design project with the SDRAM port's Avalon Memory Mapped Agent exposed for access. This is a useful starting point if you need to access the HPS's RAM in your design. NOTE This project will not compile as is as the SDRAM interface is left unconnected for reference.
mitysom-a5e-ref-sfp¶
This is the base reference design project with a SFP subsystem for reference. This is a useful starting point if you need to use the SFP peripheral in your design.
Go to top