{"id":23769800,"url":"https://github.com/ni/nifpga-python","last_synced_at":"2025-09-05T14:33:01.693Z","repository":{"id":57446173,"uuid":"83588673","full_name":"ni/nifpga-python","owner":"ni","description":"Python API for LabVIEW FPGA devices","archived":false,"fork":false,"pushed_at":"2022-11-16T20:59:23.000Z","size":458,"stargazers_count":68,"open_issues_count":3,"forks_count":16,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-04-24T09:01:09.914Z","etag":null,"topics":["labview-fpga","national-instruments","ni-fpga"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-01T18:43:56.000Z","updated_at":"2024-04-16T11:06:53.000Z","dependencies_parsed_at":"2022-09-02T23:40:56.382Z","dependency_job_id":null,"html_url":"https://github.com/ni/nifpga-python","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni%2Fnifpga-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni%2Fnifpga-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni%2Fnifpga-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni%2Fnifpga-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ni","download_url":"https://codeload.github.com/ni/nifpga-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232044694,"owners_count":18464623,"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":["labview-fpga","national-instruments","ni-fpga"],"created_at":"2025-01-01T02:32:26.809Z","updated_at":"2025-01-01T02:32:28.144Z","avatar_url":"https://github.com/ni.png","language":"Python","readme":"FPGA Interface Python API\n=========================\n\n[![Build Status](https://travis-ci.org/ni/nifpga-python.svg?branch=master)](https://travis-ci.org/ni/nifpga-python)\n\nOverview\n--------\nThe National Instruments FPGA Interface Python API is used for communication between processor and FPGA within NI reconfigurable I/O (RIO) hardware such as NI CompactRIO, NI Single-Board RIO, NI FlexRIO, and NI R Series multifunction RIO.\n\nWith the FPGA Interface Python API, developers can use LabVIEW FPGA to program the FPGA within NI hardware and communicate to it from Python running on a host computer. This gives engineers and scientists with Python expertise the ability to take advantage of compiled LabVIEW FPGA bitfiles, also the option to reuse existing Python code.\n\nInstallation\n------------\nNiFpga can be installed by cloning the master branch and then in a command\nline in the directory of setup.py run:\n\n    pip install --pre .\n\nOr by installing from PyPI using:\n\n    pip install nifpga\n    \nnifpga supports Python 3.5+.\n\nExamples\n--------\n\nThe FPGA Interface Python API is session based. LabVIEW FPGA will generate\nbitfiles (.lvbitx) that can be used to program the hardware. For additional\ninformation on sessions view our Read the docs documentation\n\nExample usage of FPGA configuration functions:\n\n    with Session(bitfile=\"BitfilePath.lvbitx\", resource=\"RIO0\") as session:\n        session.reset()\n        session.run()\n        my_control = session.registers[\"MyControl\"]\n        my_control.write(4)\n        data = my_control.read()\n\n\nSee our [readthedocs page](http://nifpga-python.readthedocs.io/en/latest/) for more detailed examples and documentation.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni%2Fnifpga-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fni%2Fnifpga-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni%2Fnifpga-python/lists"}