Skip to content

Add glitch_plot_3d() for 3D plots (Issue: #475)#476

Open
rustammendel wants to merge 5375 commits into
newaetech:developfrom
rustammendel:add_3d_plot
Open

Add glitch_plot_3d() for 3D plots (Issue: #475)#476
rustammendel wants to merge 5375 commits into
newaetech:developfrom
rustammendel:add_3d_plot

Conversation

@rustammendel

Copy link
Copy Markdown

Adds support for 3D plot by using plotly library.

jpcrypt and others added 30 commits March 3, 2023 14:44
There may still be some work to do around error conditions (like failing
CRCs or bad commands), but works when used as intended.
Also update corresponding notebooks and CW305.py to support the new
FPGA target transparently.
(inadvertently introduced by 5bf482d)
(broken by recent commit: 5bf482d)
jpcrypt and others added 29 commits October 31, 2023 12:41
(pull target FPGA bitfiles from their new locations)
Also adding small niceties like ability to print the target object.
Big update: instead of re-defining FPGA register addresses in Python,
add the Verilog address definition file to the capture source object,
and parse it in Python to extract all the register addresses.  Addresses
are placed in the scope.sc.registers dictionary using the Verilog
`defined name as a key (e.g.  scope.sc.registers['SETTINGS_ADDR']). The
sendMessage (and related) methods can accept the Verilog register name
as the address, e.g  sendMessage(CODE_WRITE, 'SETTINGS_ADDR', payload).
Functionally equivalent. FPGA register address space was getting tight
and so some were combined or eliminated. FPGA-side changes are:
newaetech/chipwhisperer-husky-fpga@7e0bec0
Name/location were wrong, due to recent target FPGA organizational
changes.
Get rid of redundant tristate data buses. Should not have any effect.
Verified that bitfiles still build, but not updating them.
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.1 to 41.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v29.0.1...v41.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…ions/dot-github/workflows/tj-actions/changed-files-41.0.0

Bump tj-actions/changed-files from 29.0.1 to 41.0.0 in /.github/workflows
Husky FPGA register map/definition updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants