pub fn pe_ffi(
    in_left: Valid<PeRowData>,
    (in_top_data, in_top_control): (Valid<PeColData>, Valid<PeColControl>)
) -> (Valid<PeRowData>, (Valid<PeColData>, Valid<PeColControl>))
Expand description

Chisel PE Wrapper.

This module allows students to proceed with future assignments even if they have not completed assignment 4.