{"id":23221433,"url":"https://github.com/3-o-3/cod5","last_synced_at":"2025-06-18T10:39:41.257Z","repository":{"id":214511989,"uuid":"721590962","full_name":"3-o-3/cod5","owner":"3-o-3","description":"Public Domain (⊄) Computer on FPGA","archived":false,"fork":false,"pushed_at":"2023-12-28T16:26:18.000Z","size":91801,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T17:18:47.655Z","etag":null,"topics":["fpga","fpga-soc","public-domain","ternary","ternary-computer","verilog"],"latest_commit_sha":null,"homepage":"https://cod5.com/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3-o-3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-21T11:28:20.000Z","updated_at":"2024-06-11T19:07:12.000Z","dependencies_parsed_at":"2023-12-28T17:44:09.589Z","dependency_job_id":null,"html_url":"https://github.com/3-o-3/cod5","commit_stats":null,"previous_names":["cod5-dot-com/cod5-soc","3-o-3/cod5"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/3-o-3/cod5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3-o-3%2Fcod5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3-o-3%2Fcod5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3-o-3%2Fcod5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3-o-3%2Fcod5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3-o-3","download_url":"https://codeload.github.com/3-o-3/cod5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3-o-3%2Fcod5/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260536853,"owners_count":23024483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fpga","fpga-soc","public-domain","ternary","ternary-computer","verilog"],"created_at":"2024-12-18T22:16:36.411Z","updated_at":"2025-06-18T10:39:36.246Z","avatar_url":"https://github.com/3-o-3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COD5 phase 2\n\nThe public domain computer\n\n#### common \n\n\n```\n\nsudo apt install build-essential git curl libtinfo5 iverilog gtkwave\n\nfirefox https://github.com/trabucayre/openFPGALoader/releases/download/v0.11.0/ubtuntu22.04-openFPGALoader.tgz\n\n(cd /; sudo tar -xvzf ~/Downloads/ubtuntu22.04-openFPGALoader.tgz)\n\nsudo apt install gcc-mipsel-linux-gnu\n\n\nmkdir -p ~/Documents/src\ncd ~/Documents/src\ngit clone https://github.com/cod5-dot-com/cod5-phase2.git\ncd cod5-phase2\ncd common\nmake\ncd ..\n\n\n\n```\n\n#### Arty S7-50\n\n```\n\nfirefox https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2023-2.html\n\nsudo mkdir /tools\nsudo chmod a+w /tools\n\nbash FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256_Lin64.bin\n\nsudo /tools/Xilinx/Vivado/2023.2/data/xicom/cable_drivers/lin64/install_script/install_drivers/install_drivers\n\n```\n\n### Tang Nano 20k\n\n```\ncd ~/Downloads/\nfirefox https://www.gowinsemi.com/en/support/download_eda/\ntar -xvf Gowin_V1.9.9Beta-4_Education.tar.gz \nmv IDE ~/Documents/src/\n\n```\n\n### ULX3S\n\n```\n\nfirefox https://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/LatticeDiamond#linux\n\nfirefox https://www.latticesemi.com/Support/Licensing#requestDiamond\n\nsudo apt install libftdi-dev alien\n\nsudo alien --scripts diamond_3_13-base-56-2-x86_64-linux.rpm\n\nsudo dpkg -i diamond-3-13-base_3.13-57_amd64.deb\n\nsudo cp license.dat /usr/local/diamond/3.13/license/\n\n/bin/bash /usr/local/diamond/3.13/bin/lin64/diamond\n\n \n```\n\n### GateMate\n\n```\nfirefox https://colognechip.com/mygatemate/ \n \ncd ~/Documents/src\n\ntar -xvzf ~/Downloads/cc-toolchain-linux.tar.gz\n\n```\n\n### MKR Vidor 4000\n\n```\nfirefox https://www.intel.com/content/www/us/en/software-kit/785085/intel-quartus-prime-lite-edition-design-software-version-22-1-2-for-linux.html\n\ncd ~/Downloads/\n\ntar -xvf Quartus-lite-22.1std.2.922-linux.tar\n./setup.sh\n\nmkdir -p ~/.local/bin\ncurl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh\n\necho install Arduino IDE and configure for MKR Vidor 4000\nfirefox https://www.arduino.cc/en/software\n\n\n```\n\n--\n\nhttps://www.colognechip.com/gatemate-start/\nhttps://github.com/ak-fau/gmm7550\n\nhttps://docs.arduino.cc/hardware/mkr-vidor-4000\nhttps://www.intel.com/content/www/us/en/products/details/fpga/development-tools/quartus-prime/resource.html\n\nhttps://wiki.sipeed.com/hardware/en/tang/tang-nano-20k/nano-20k.html\nhttps://www.reddit.com/r/GowinFPGA/\nhttps://www.gowinsemi.com/en/support/home/\n\nhttps://digilent.com/reference/programmable-logic/arty-s7/start\nhttps://www.xilinx.com/products/design-tools/vivado.html\n\nhttps://radiona.org/ulx3s/\nhttps://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/LatticeDiamond\n\n\nhttps://www.transcend-info.com/support/faq-296\nhttps://blogs.synopsys.com/vip-central/2019/02/27/ddr5-4-3-2-how-memory-density-and-speed-increased-with-each-generation-of-ddr/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3-o-3%2Fcod5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3-o-3%2Fcod5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3-o-3%2Fcod5/lists"}