|
| Module | esiaccel.bsp.common.HeaderMMIO (int manifest_loc) |
| |
| type["ChannelDemuxNImpl"] | esiaccel.bsp.common.ChannelDemuxN_HalfStage_ReadyBlocking (Type data_type, int num_outs, int next_sel_width) |
| |
| type["ChannelDemuxTree"] | esiaccel.bsp.common.ChannelDemuxTree_HalfStage_ReadyBlocking (Type data_type, int num_outs, int branching_factor_log2) |
| |
| type["DesignResetControllerImpl"] | esiaccel.bsp.common.DesignResetController (int delay_cycles) |
| |
| type["SliceReadGearboxImpl"] | esiaccel.bsp.common.SliceReadGearbox (int input_bitwidth, int output_bitwidth) |
| |
| type["ConcatReadGearboxImpl"] | esiaccel.bsp.common.ConcatReadGearbox (int input_bitwidth, int output_bitwidth) |
| |
| type["DepackReadGearboxImpl"] | esiaccel.bsp.common.DepackReadGearbox (int input_bitwidth, int output_bitwidth) |
| |
| type["ShiftReadGearboxImpl"] | esiaccel.bsp.common.ShiftReadGearbox (int input_bitwidth, int output_bitwidth) |
| |
| | esiaccel.bsp.common.select_read_gearbox (bool is_list, int input_bitwidth, int output_bitwidth) |
| |
| | esiaccel.bsp.common.HostMemReadReqSplitter (Channel req_channel_type, Channel resp_channel_type, int max_chunk_bytes) |
| |
| | esiaccel.bsp.common.HostmemReadProcessor (int read_width, hostmem_module, List[esi._OutputBundleSetter] reqs, int max_read_request_bytes=DEFAULT_MAX_READ_REQUEST_BYTES) |
| |
| type["TaggedWriteGearboxImpl"] | esiaccel.bsp.common.TaggedWriteGearbox (int input_bitwidth, int output_bitwidth, int max_burst_bytes) |
| |
| type[ 'EmitEveryNImpl'] | esiaccel.bsp.common.EmitEveryN (Type message_type, int N) |
| |
| type["HostMemWriteProcessorImpl"] | esiaccel.bsp.common.HostMemWriteProcessor (int write_width, hostmem_module, List[esi._OutputBundleSetter] reqs, int max_write_payload_bytes=DEFAULT_MAX_WRITE_PAYLOAD_BYTES) |
| |
| typing.Type[ 'ChannelHostMemImpl'] | esiaccel.bsp.common.ChannelHostMem (int read_width, int write_width, int max_read_request_bytes=DEFAULT_MAX_READ_REQUEST_BYTES, int max_write_payload_bytes=DEFAULT_MAX_WRITE_PAYLOAD_BYTES) |
| |
| type[ 'DummyToHostEngineImpl'] | esiaccel.bsp.common.DummyToHostEngine (Type client_type) |
| |
| type[ 'DummyFromHostEngineImpl'] | esiaccel.bsp.common.DummyFromHostEngine (Type client_type) |
| |
| Tuple[Callable, Callable] | esiaccel.bsp.common._resolve_engine_pair (str path) |
| |
| type[ 'ChannelEngineService'] | esiaccel.bsp.common.ChannelEngineService (Callable to_host_engine_gen, Callable from_host_engine_gen) |
| |