...
- All collateral contained in a github GitHub repository, shared with contest operator (Supranational), including everything needed to run your model. All commits should include a 'sign off' message. This can be done by adding '-s' or '–signoff' to your git commit commands indicating you agree to the Developer Certificate of Origin. This may include:
- Code - RTL, software, scripts
- Documentation
- Constraint files
- TCL scripts
- Makefiles
- Reasonable documentation of the design, including
- High level algorithm - include architectural drawings, formulas, pseudo-code, models (python, etc.)
- Key implementation details
- Detailed instructions to reproduce all inputs and results
- Conforms to the specified modular squaring interface
- Simulates successfully with the provided modulus
- Vivado behavioral simulation to 10k iterations
- SDAccel hardware emulation passes to 10 iterations
- Synthesizes and Implements successfully in AWF F1 SDAccel flow
- Executes and produces the correct result on AWS F1 FPGA hardware for 1B iterations using a random input
- Complies with AWS F1 usage agreements
- Complies with this contest official rules (Competition Official Rules and Disclosures)
...