Package: prim_esc_pkg

Description

Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0

Constants

Name Type Value Description
esc_tx_t esc_tx_t undefined

Types

Name Type Description
esc_tx_t struct packed {
logic esc_p;
logic esc_n;
}
esc_rx_t struct packed {
logic resp_p;
logic resp_n;
}