References
- Digilent ZedBoard
- Hardware E & F (I have E, despite F being available)
- Avnet ZedBoard
DDR References from Digilent: (Not really related to ZedBoard)
| // Douglas P. Fields, Jr. 2023-08 | |
| // 7-segment hexadecimal driver for Digilent Basys3 board | |
| `timescale 1ns / 1ps | |
| module seven_segment ( | |
| input logic [3:0] num, | |
| output logic [6:0] hex | |
| ); |
References
DDR References from Digilent: (Not really related to ZedBoard)
Notes by Douglas P. Fields, Jr.
Assets directory and let Unity load it (be patient)cd Assets/Arcadia/Infrastructure and run the ./repl program there, then
(require '[arcadia.core :refer :all])| launchctl unload /Library/LaunchAgents/org.macosforge.xquartz.startx.plist | |
| sudo launchctl unload /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist | |
| sudo rm -rf /opt/X11* /Library/Launch*/org.macosforge.xquartz.* /Applications/Utilities/XQuartz.app /etc/*paths.d/*XQuartz | |
| sudo pkgutil --forget org.macosforge.xquartz.pkg | |
| # Log out and log in |