Package: pattgen_env_pkg

Description

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

Signals

Name Type Description
pattgen_env_pkg endpackage

Constants

Name Type Value Description
uint uint 1 alerts
LIST_OF_ALERTS string {
"fatal_fault"}

Types

Name Type Description
pattgen_intr_e enum int {
DoneCh0 = 0,
DoneCh1 = 1,
NumPattgenIntr = 2 }
parameters
channel_select_e enum bit[1:0] {
NoChannels = 2'b00,
Channel0 = 2'b01,
Channel1 = 2'b10,
AllChannels = 2'b11 }
channel_status_e enum bit {
Enable = 1'b1,
Disable = 1'b0 }