Package: bus_pkg

Description

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

Types

Name Type Description
bus_reg_t struct packed {
logic [11:0] addr;
logic [31:0] wdata;
logic write;
}
reg_bus_t struct packed {
logic [31:0] rdata;
}