{"id":42144532,"url":"https://github.com/machinekit/mksocfpga","last_synced_at":"2026-01-26T17:52:07.396Z","repository":{"id":46930248,"uuid":"50730847","full_name":"machinekit/mksocfpga","owner":"machinekit","description":"Hostmot2 FPGA code for SoC/FPGA platforms from Altera and Xilinx","archived":false,"fork":false,"pushed_at":"2023-11-11T16:58:59.000Z","size":29632,"stargazers_count":31,"open_issues_count":13,"forks_count":40,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-03-26T23:47:15.583Z","etag":null,"topics":["fpga-platforms","zynq"],"latest_commit_sha":null,"homepage":"","language":"VHDL","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/machinekit.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}},"created_at":"2016-01-30T15:36:12.000Z","updated_at":"2024-03-26T23:47:15.584Z","dependencies_parsed_at":"2023-02-01T10:02:16.042Z","dependency_job_id":null,"html_url":"https://github.com/machinekit/mksocfpga","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/machinekit/mksocfpga","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekit%2Fmksocfpga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekit%2Fmksocfpga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekit%2Fmksocfpga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekit%2Fmksocfpga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinekit","download_url":"https://codeload.github.com/machinekit/mksocfpga/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekit%2Fmksocfpga/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28783674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-platforms","zynq"],"created_at":"2026-01-26T17:52:05.821Z","updated_at":"2026-01-26T17:52:07.386Z","avatar_url":"https://github.com/machinekit.png","language":"VHDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mesanet.com firmware for the CycloneV and Zynq\n\nhostmot2 firmware for Altera and Xilinx SoC/FPGA platforms, works with the Machinekit [hm2_soc_ol driver](http://www.machinekit.io/docs/man/man9/hm2_soc_ol/).\n\n## Building for CycloneV platforms:\n\nbuild docker images from https://github.com/machinekit/mksocfpga.git\n\n````\ndocker pull cdsteinkuehler/jessie-quartus-15.1.2\n\ngit clone https://github.com/machinekit/mksocfpga.git/\ncd mksocfpga\ndocker run -itv $(pwd):/work cdsteinkuehler/jessie-quartus-15.1.2 /work/build.quartus.sh\n````\n\n## Building a single CycloneV bit file:\n\nbuild docker images from https://github.com/machinekit/mksocfpga.git\n\n### Launch a Docker build machine with the latest mksocfpga source code\n````\ndocker pull cdsteinkuehler/jessie-quartus-15.1.2\n\ngit clone https://github.com/machinekit/mksocfpga.git/\ncd mksocfpga\ndocker run -itv $(pwd):/work cdsteinkuehler/jessie-quartus-15.1.2 /bin/bash\n\n# You should now have a command prompt for the Docker Quartus build image\n````\n\n### Build the firmware-id protobuf bindings\n````\n# From the Docker Quartus build image command line, run:\ncd /work/HW/firmware-tag\nmake TOPDIR=/work py-proto\n````\n\n### See bitfile configs available in a project\n````\n# From the Docker Quartus build image command line, run:\ncd /work/HW/QuartusProjects/\u003cproject\u003e\n./build.sh ?\n````\n\n### Build the desired FPGA bit file\n````\n# From the Docker Quartus build image command line, run:\ncd /work/HW/QuartusProjects/\u003cproject\u003e\n./build.sh \u003cconfig\u003e\n\n# ie:\ncd /work/HW/QuartusProjects/DE0_Nano_SoC_DB25\n./build.sh 7I76_7I76_7I76_7I76\n````\n\n## Building for Zynq platforms:\n\nbuild docker images from https://github.com/dkhughes/vivado-docker.\n\n````\ndocker run -itv $(pwd):/work \u003cmaintainer\u003e/jessie-vivado-2015.4 /work/build.vivado.sh\n````\n\n## Debian packages\n\nrepo: `http://deb.machinekit.io/debian jessie main`\n\nCycloneV: `apt install socfpga-rbf`\n\nZynq: `apt install socfpga-bit`\n\n~Quartus: build [![Quartus Build Status](https://jenkins.machinekit.io/buildStatus/icon?job=mksocfpga-quartus)](https://jenkins.machinekit.io/job/mksocfpga-quartus)~\n~packaging [![Debian Packaging Status](https://jenkins.machinekit.io/buildStatus/icon?job=mksocfpga-packaging-quartus)](https://jenkins.machinekit.io/job/mksocfpga-packaging-quartus)~\n\n~Vivado: build [![Vivado Build Status](https://jenkins.machinekit.io/buildStatus/icon?job=mksocfpga-vivado)](https://jenkins.machinekit.io/job/mksocfpga-vivado)~\n~packaging: [![Build Status](https://jenkins.machinekit.io/buildStatus/icon?job=mksocfpga-packaging-vivado)](https://jenkins.machinekit.io/job/mksocfpga-packaging-vivado)~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinekit%2Fmksocfpga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinekit%2Fmksocfpga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinekit%2Fmksocfpga/lists"}