{"id":44284827,"url":"https://github.com/lnls-dig/bpm-gw","last_synced_at":"2026-02-10T22:12:55.085Z","repository":{"id":18132894,"uuid":"21213937","full_name":"lnls-dig/bpm-gw","owner":"lnls-dig","description":"Repository containing the gateware for the Beam Position Monitor project","archived":false,"fork":false,"pushed_at":"2025-08-25T19:58:22.000Z","size":20525,"stargazers_count":12,"open_issues_count":15,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-14T09:34:31.041Z","etag":null,"topics":["afc","amc","bpm","fmc","fpga"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lnls-dig.png","metadata":{"files":{"readme":"README.md","changelog":"history/README","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-06-25T18:32:53.000Z","updated_at":"2025-10-22T03:32:53.000Z","dependencies_parsed_at":"2024-04-03T16:30:36.187Z","dependency_job_id":"1831363c-8e19-4e5d-897c-604a53bbbe2a","html_url":"https://github.com/lnls-dig/bpm-gw","commit_stats":null,"previous_names":["lerwys/bpm-gw"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/lnls-dig/bpm-gw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnls-dig%2Fbpm-gw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnls-dig%2Fbpm-gw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnls-dig%2Fbpm-gw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnls-dig%2Fbpm-gw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnls-dig","download_url":"https://codeload.github.com/lnls-dig/bpm-gw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnls-dig%2Fbpm-gw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["afc","amc","bpm","fmc","fpga"],"created_at":"2026-02-10T22:12:54.399Z","updated_at":"2026-02-10T22:12:55.076Z","avatar_url":"https://github.com/lnls-dig.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sirius Beam Position Monitor FPGA firmware\n\n## Project Folder Organization\n\n```\n*\n|\n|-- hdl:\n|    |   HDL (Verilog/VHDL) cores related to the BPM.\n|    |\n|    |-- ip_cores:\n|    |    |   Third party reusable modules, primarily Open hardware\n|    |    |     modules (http://www.ohwr.org).\n|    |    |\n|    |    |-- etherbone-core:\n|    |    |       Connects two Wishbone buses, either a true hardware bus\n|    |    |         or emulated software bus, through Ethernet.\n|    |    |-- general-cores (fork from original project):\n|    |            General reusable modules.\n|    |\n|    |-- modules:\n|    |    |   Modules specific to BPM hardware.\n|    |    |\n|    |    |-- custom_common:\n|    |    |       Common (reusable) modules to BPM hardware and possibly\n|    |    |         to other designs.\n|    |    |-- custom_wishbone:\n|    |            Wishbone modules to BPM hardware.\n|    |\n|    |-- platform:\n|    |        Platform-specific code, such as Xilinx Chipscope wrappers.\n|    |\n|    |-- sim:\n|    |        Generic simulation files, reusable Bus Functional Modules (BFMs),\n|    |          constants definitions.\n|    |\n|    |-- syn:\n|    |        Synthesis specific files (user constraints files and top design\n|    |          specification).\n|    |\n|    |-- testbench:\n|    |        Testbenches for modules and top level designs. May use modules\n|    |          defined elsewhere (specific within the 'sim\" directory).\n|    |\n|    |-- top:\n|             Top design modules.\n```\n\n## Cloning Instructions\n\nThis repository makes use of git submodules, located at 'hdl/ip_cores' folder:\n  hdl/ip_cores/general-cores\n  hdl/ip_cores/etherbone-core\n  hdl/ip_cores/dsp-cores\n  hdl/ip_cores/infra-cores\n\nTo clone the whole repository use the following command:\n\n    git clone --recursive git://github.com/lnls-dig/bpm-gw.git (read only)\n\n  or\n\n    git clone --recursive git@github.com:lnls-dig/bpm-gw.git (read+write)\n\nFor older versions of Git (\u003c1.6.5), use the following:\n\n    git clone git://github.com/lnls-dig/bpm-gw.git\n\nor\n\n    git clone git@github.com:lnls-dig/bpm-gw.git\n\n    git submodule init\n    git submodule update\n\nTo update each submodule within this project use:\n\n    git submodule foreach git rebase origin master\n\n## Simulation Instructions\n\nGo to a testbench directory. It must have a top manifest file:\n\n    cd hdl/testbench/path_to_testbench\n\nRun the following commands. You must have hdlmake command available\nin your PATH environment variable.\n\nCreate the simualation makefile\n\n    hdlmake\n\nCompile the project\n\n    make\n\nExecute the simulation with GUI and aditional commands\n\n    vsim -do run.do \u0026\n\n## Synthesis Instructions\n\nGo to a syn directory. It must have a synthesis manifest file:\n\n    cd hdl/syn/path_to_syn_design\n\nRun the following commands. You must have hdlmake command available\nin your PATH environment variable.\n\n    ./build_bitstream_local.sh\n\n## Known Issues\n\nwb_fmc150/sim/: This folder containts behavioral simulation models\n  for memories (ROMs). However, the xilinx initialization file (.mif)\n  paths are absolute to a specific machine! You either have to change\n  the path to match your machine or figure a way to specifies a relative\n  path (specifiying only the name of the mif file does not work as the\n  simulator is not called within this folder). Try a relative path based\n  on the simulation folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnls-dig%2Fbpm-gw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnls-dig%2Fbpm-gw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnls-dig%2Fbpm-gw/lists"}