1: // Copyright lowRISC contributors.
2: // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3: // SPDX-License-Identifier: Apache-2.0
4:
5: package prim_esc_pkg;
6: typedef struct packed {
7: logic esc_p;
8: logic esc_n;
9: } esc_tx_t;
10:
11: typedef struct packed {
12: logic resp_p;
13: logic resp_n;
14: } esc_rx_t;
15: endpackage
16: