DE1-SoC Updates for Gatech Project

  1. We are using Quartus Version 13.1
  2. File | New Project Wizard
  3. Select "next"
  4. Name of project: light [page 1 of 5]
  5. Select "next" [page 2 of 5]
  6. [page 3 of 5]De1-SoC Family Setting
  7. Select "next"
  8. Select "finish" [page 4 of 5]
  9. Light controller circuit Light Controller Circuit
  10. Circuit is the Exclusive-OR function of the inputs x1 and x2
  11. To create the VHDL file: File | New | VHDL File, click on "ok"
  12. File | Save As (light.vhd
  13. )
  14. For reference only: light.vhd
  15. Click on "save" icon
  16. Note: Tools | Options | Text Editor
  17. Note: Edit | Insert Template | VHDL
  18. Processing | Start Compliation to compile the light.vdh file
  19. View Report with Processing | Compliation Report
  20. View equations with Processing | Start Compilation, Analysis & Synthesis | Equations
    • Note f = x2 $ x1 , $ refers to the Exclusive-OR operation
    • This is not supportted with the 13.1 version of Quartus
  21. Assignments | Pin Planner
    • Note: After entering the correct Location, press "enter"
    • F, AE22 (LEDG0), is PIN_V16,
    • SW0 (x1), N25; DE1-SoC is AB12
    • SW1 (x2), N26; DE1-SoC is AC12Gatech Pin Assignments
    • Slide Switch Connections to SoC
    • User Push-Button and LED
    • Slide Switch Pin
    • Led Pin Assignment
    • Light Pin Assignment
  22. Can also "import" pin assignments via csv; can export as well to csv
  23. To download SOF: Tools | Programmer
  24. Note: Note: the FPGA is the SCSEMA5 icon

Zip Archive of Light Project

Return to DE1-SoC Projects

Return to Main Section