Skip to content

ChipScoPy (ChipScope Python API) is an open source Python API to the various ChipScope services provided by the TCF-based (Target Communication Framework) ChipScope Server (cs_server).

License

Notifications You must be signed in to change notification settings

Xilinx/chipscopy

Repository files navigation

🐍 ChipScoPy README

ChipScoPy is an open-source project from AMD that enables high-level control of Versal debug IP running in hardware. Using a simple Python API, developers can control and communicate with ChipScope® debug IP such as the Integrated Logic Analyzer (ILA), Virtual IO (VIO), device memory access, and more.

ChipScoPy communicates with Versal devices. It does not work with older devices such as Ultrascale+ and 7-Series devices.

We recommend using Python 3.8, 3.9, 3.10, or 3.11 with ChipScoPy.

Quick Links

ChipScoPy Overview

System Requirements

ChipScoPy Installation

ChipScoPy Examples

FAQ

API Documentation

ChipScoPy Installation PyPI Package Dependencies

During ChipScoPy installation, the following packages (and any dependencies) are installed from the Python Package Index (PyPI) using pip.

Package License
Requests Apache-2.0
more-itertools MIT
typing_extensions PSF
loguru MIT
importlib_metadata Apache-2.0
rich MIT
Click BSD
antlr4-python3-runtime BSD
kaleido MIT
plotly MIT
notebook BSD
ipywidgets BSD
pandas BSD
matplotlib PSF
PyQt5 GPL
ipympl BSD

Copyright (C) 2021-2022, Xilinx, Inc.

Copyright (C) 2022-2024, Advanced Micro Devices, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

ChipScoPy (ChipScope Python API) is an open source Python API to the various ChipScope services provided by the TCF-based (Target Communication Framework) ChipScope Server (cs_server).

Resources

License

Stars

Watchers

Forks

Packages

No packages published