Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3-o-3/cod5
Public Domain (⊄) Computer on FPGA
https://github.com/3-o-3/cod5
fpga fpga-soc public-domain ternary ternary-computer verilog
Last synced: about 1 month ago
JSON representation
Public Domain (⊄) Computer on FPGA
- Host: GitHub
- URL: https://github.com/3-o-3/cod5
- Owner: 3-o-3
- Created: 2023-11-21T11:28:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T16:26:18.000Z (about 1 year ago)
- Last Synced: 2024-12-14T21:00:20.995Z (about 2 months ago)
- Topics: fpga, fpga-soc, public-domain, ternary, ternary-computer, verilog
- Language: C
- Homepage: https://cod5.com/
- Size: 87.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COD5 phase 2
The public domain computer
#### common
```
sudo apt install build-essential git curl libtinfo5 iverilog gtkwave
firefox https://github.com/trabucayre/openFPGALoader/releases/download/v0.11.0/ubtuntu22.04-openFPGALoader.tgz
(cd /; sudo tar -xvzf ~/Downloads/ubtuntu22.04-openFPGALoader.tgz)
sudo apt install gcc-mipsel-linux-gnu
mkdir -p ~/Documents/src
cd ~/Documents/src
git clone https://github.com/cod5-dot-com/cod5-phase2.git
cd cod5-phase2
cd common
make
cd ..```
#### Arty S7-50
```
firefox https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2023-2.html
sudo mkdir /tools
sudo chmod a+w /toolsbash FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256_Lin64.bin
sudo /tools/Xilinx/Vivado/2023.2/data/xicom/cable_drivers/lin64/install_script/install_drivers/install_drivers
```
### Tang Nano 20k
```
cd ~/Downloads/
firefox https://www.gowinsemi.com/en/support/download_eda/
tar -xvf Gowin_V1.9.9Beta-4_Education.tar.gz
mv IDE ~/Documents/src/```
### ULX3S
```
firefox https://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/LatticeDiamond#linux
firefox https://www.latticesemi.com/Support/Licensing#requestDiamond
sudo apt install libftdi-dev alien
sudo alien --scripts diamond_3_13-base-56-2-x86_64-linux.rpm
sudo dpkg -i diamond-3-13-base_3.13-57_amd64.deb
sudo cp license.dat /usr/local/diamond/3.13/license/
/bin/bash /usr/local/diamond/3.13/bin/lin64/diamond
```### GateMate
```
firefox https://colognechip.com/mygatemate/
cd ~/Documents/srctar -xvzf ~/Downloads/cc-toolchain-linux.tar.gz
```
### MKR Vidor 4000
```
firefox https://www.intel.com/content/www/us/en/software-kit/785085/intel-quartus-prime-lite-edition-design-software-version-22-1-2-for-linux.htmlcd ~/Downloads/
tar -xvf Quartus-lite-22.1std.2.922-linux.tar
./setup.shmkdir -p ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin shecho install Arduino IDE and configure for MKR Vidor 4000
firefox https://www.arduino.cc/en/software```
--
https://www.colognechip.com/gatemate-start/
https://github.com/ak-fau/gmm7550https://docs.arduino.cc/hardware/mkr-vidor-4000
https://www.intel.com/content/www/us/en/products/details/fpga/development-tools/quartus-prime/resource.htmlhttps://wiki.sipeed.com/hardware/en/tang/tang-nano-20k/nano-20k.html
https://www.reddit.com/r/GowinFPGA/
https://www.gowinsemi.com/en/support/home/https://digilent.com/reference/programmable-logic/arty-s7/start
https://www.xilinx.com/products/design-tools/vivado.htmlhttps://radiona.org/ulx3s/
https://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/LatticeDiamondhttps://www.transcend-info.com/support/faq-296
https://blogs.synopsys.com/vip-central/2019/02/27/ddr5-4-3-2-how-memory-density-and-speed-increased-with-each-generation-of-ddr/