Package: xbar_env_pkg
- File: xbar_env_pkg.sv
Description
Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0
Xbar environment package
Types
Name | Type | Description |
---|---|---|
tl_device_t | struct { string device_name; addr_range_t addr_ranges[$]; } |
|
tl_host_t | struct { string host_name; int host_id; string valid_devices[$]; } |
Functions
- get_host_id (string) return (int)
- is_valid_path (string host_name,
string device_name) return (bit)
- is_device_valid_addr (string device_name,
bit [top_pkg::TL_AW-1 : 0]) return (bit)