8000 SAMBA · YosysHQ/apicula Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Pepijn de Vos edited this page Nov 17, 2024 · 2 revisions

This device is not yet supported in Apicula

Ports

Port Size Direction
LOAD 1 input
SPIAD 1 input

Parameters

Parameter Default Value
MODE 0 (0b00)

Verilog Instantiation

SAMBA #(
    .MODE(MODE)
) samba_inst (
    .LOAD(LOAD),
    .SPIAD(SPIAD)
);
Clone this wiki locally
0