DV:
FPV:
For detailed information on PINMUX design features, please see the [PINMUX design specification]({{< relref “..” >}}).
PINMUX FPV testbench has been constructed based on the [formal architecture]({{< relref “hw/formal/README.md” >}}).
../fpv/tb/pinmux_bind.sv
binds the tlul_assert
[assertions]({{< relref “hw/ip/tlul/doc/TlulProtocolChecker.md” >}}) with pinmux to ensure TileLink interface protocol compliance../fpv/tb/pinmux_bind.sv
also binds the pinmux_csr_assert_fpv
to assert the TileLink writes and reads correctly../fpv/tb/pinmux_bind_fpv.sv
binds module pinmux_assert_fpv
with the pinmux RTL. The assertion file ensures pinmux's outputs (mio_out_o
, mio_oe_o
, and mio_to_periph_o
) are verified.Due to there are large number of peripheral and muxed inputs, the symbolic variable is used to reduce the number of repeated assertions code. In the pinmux_assert_fpv module, we declared two symbolic variables mio_sel_i
and periph_sel_i
to represent the index for muxed and peripheral IO. Detailed explanation is listed in the [Symbolic Variables]({{< relref “hw/formal/README.md#symbolic-variables” >}}) section.
{{< incGenFromIpDesc “../../data/pinmux_fpv_testplan.hjson” “testplan” >}}