mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-14 10:14:28 -05:00
abd6177303
* Added CPLD code for H4M * Added CPLD code for H4M * Added CPLD code for H4M * Added CPLD code for H4M * Clean up * Clean up
1.3 KiB
1.3 KiB
Project Setup Guide
Prerequisites
- Intel Quartus Prime
- Supra-2023.02.b0-7773ca8a-win64-all
Installation Steps
- Project Setup
- Create a new AG256SL100 project in Quartus Prime
- (Alternatively, copy an existing project)
- Code Implementation
- Implement your code in the project
- Compile the project to verify there are no errors
- Ensure successful compilation before proceeding
- Supra Configuration
- Launch Supra.exe
- Navigate to: File → Project → Open Project
- Select the H4M project when prompted
- Select Tools → Migrate → Next
- Additional Setup
- Follow the on-screen prompts
- You will need to:
- Open a second Quartus project
- Execute a provided script
- Programming
- In Supra, go to: Tools → Program
- Click "Query device ID"
- Verify the returned ID is: 0x00025610
- File Selection
- Select the programming file (if not automatically loaded)
- Use the .prg file from the Supra src folder (non-SRAM version)
- Programming Process
- Click "Program" to begin
- Note: The counter shows elapsed seconds, not progress percentage
- Programming is complete when "USB driver disconnected" message appears
Troubleshooting
If you encounter any issues, ensure:
- All prerequisites are properly installed
- Project configurations are correct
- Device connections are secure