Software API
The lower-level driver for the QICK library. |
|
Support classes for dealing with FPGA IP blocks. |
|
Drivers for the QICK Timed Processor (tProc). |
|
Drivers for signal generators: FPGA blocks that send data to DACs. |
|
Drivers for readouts (FPGA blocks that receive data from ADCs) and buffers (blocks that receive data from readouts). |
|
Support functions. |
|
The interface for writing QICK programs. |
|
Assembly language wrapper class and auxiliary functions for the v1 tProcessor. |
|
Function to parse tProc assembly language programs. |
|
Several helper classes for writing qubit experiments. |
|
// FERMI RESEARCH LAB // Date : 2024_8_2 // Version : 3 // Revision : 23 /////////////////////////////////////////////////////////////////////////////// Description: Assembler for Qick Processor -Create Binary Files ( list2bin, file_asm2bin, str_asm2bin ) -Create Instruction List ( file_asm2list, str_asm2list ) -Create Assembler File from Instruction List ( list2asm ) |
|