Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tproc v2 firmware projects #289

Merged
merged 8 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It consists of:
Other examples and tutorials (compatibility with the current QICK software is not guaranteed):
* [IEEE Quantum Week 2023](https://github.com/openquantumhardware/QCE2023_public)
* [US QIS Summer School 2024](https://github.com/openquantumhardware/QIS_SummerSchool_2024)
* [IEEE Quantum Week 2024](https://github.com/openquantumhardware/QCE2024)

Note: The firmware and software here is still very much a work in progress. This is an alpha release. We strive to be consistent with the APIs but cannot guarantee backwards compatibility.

Expand All @@ -26,8 +27,6 @@ The QICK group at Fermilab is currently hiring two engineering positions, where
* [Staff Engineer II](https://fermilab.wd5.myworkdayjobs.com/en-US/FermilabCareers/job/Staff-Engineer-II_R_007999)
* [Senior Engineer](https://fermilab.wd5.myworkdayjobs.com/en-US/FermilabCareers/job/Senior-Engineer_R_007996)

We will be presenting a tutorial at IEEE Quantum Week 2024: https://qce.quantum.ieee.org/2024/program/tutorials-abstracts/#tut21

Download and Installation
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ need a DMA:
* read enabled, 1 channel, width 256, burst 2
* write enabled, 1 channel, width 256, burst 16

BRAM: 1 tile for trigger port FIFO, roughly 3 tiles per wave output (33 for 11 outputs, 20 for 7 outputs), 2/1/5 tiles for P/D/W memories with AW=10/10/8
BRAM: 1 tile per trigger output, 3 tiles per wave output, 8/4/5 tiles for P/D/W memories with AW=12/12/10

## Expanding the program memory (tProc v1)

Expand Down
15 changes: 0 additions & 15 deletions firmware/hdl/bias_spi_bits.v

This file was deleted.

15 changes: 0 additions & 15 deletions firmware/hdl/filter_spi_bits.v

This file was deleted.

15 changes: 0 additions & 15 deletions firmware/hdl/gpio_brd_sel_bits.v

This file was deleted.

23 changes: 0 additions & 23 deletions firmware/hdl/pmod0_bits.v

This file was deleted.

23 changes: 0 additions & 23 deletions firmware/hdl/pmod1_bits.v

This file was deleted.

Loading
Loading