Skip to main content

Module program

Module program 

Source

Modules§

instruction

Structs§

InstructionDecodeChip
A chip that implements instruction decoding.
InstructionDecodeCols
The column layout for the chip.
InstructionFetchChip
A chip that implements instruction fetching from memory.
InstructionFetchCols
The column layout for the chip.
ProgramChip
A chip that implements addition for the opcodes ADD and ADDI.
ProgramMultiplicityCols
The column layout for the chip.
ProgramPreprocessedCols
The column layout for the chip.

Constants§

NUM_INSTRUCTION_DECODE_COLS
The number of program columns.
NUM_INSTRUCTION_FETCH_COLS
The number of program columns.
NUM_PROGRAM_MULT_COLS
The number of columns for the program multiplicities.
NUM_PROGRAM_PREPROCESSED_COLS
The number of preprocessed program columns.