Commit c9c8850c authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Miguel Jimenez Lopez

update of wbgen-generated registers to match new layout in the gateware

parent 5680fbf2
......@@ -49,6 +49,12 @@
#define RTU_GCR_POLY_VAL_W(value) WBGEN2_GEN_WRITE(value, 8, 16)
#define RTU_GCR_POLY_VAL_R(reg) WBGEN2_GEN_READ(reg, 8, 16)
/* definitions for field: Version in reg: RTU Global Control Register */
#define RTU_GCR_RTU_VERSION_MASK WBGEN2_GEN_MASK(24, 4)
#define RTU_GCR_RTU_VERSION_SHIFT 24
#define RTU_GCR_RTU_VERSION_W(value) WBGEN2_GEN_WRITE(value, 24, 4)
#define RTU_GCR_RTU_VERSION_R(reg) WBGEN2_GEN_READ(reg, 24, 4)
/* definitions for register: Port Select Register */
/* definitions for field: Port Select in reg: Port Select Register */
......@@ -126,6 +132,108 @@
#define RTU_VTR2_PORT_MASK_W(value) WBGEN2_GEN_WRITE(value, 0, 32)
#define RTU_VTR2_PORT_MASK_R(reg) WBGEN2_GEN_READ(reg, 0, 32)
/* definitions for register: RTU Extension: Control Register */
/* definitions for field: Fast Forward for Broadcast in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FF_MAC_BR WBGEN2_GEN_MASK(0, 1)
/* definitions for field: Fast Forward for MAC Range in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FF_MAC_RANGE WBGEN2_GEN_MASK(1, 1)
/* definitions for field: Fast Forward for MAC Single Entries in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FF_MAC_SINGLE WBGEN2_GEN_MASK(2, 1)
/* definitions for field: Fast Forward for Link-Limited (Reserved) MACs in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FF_MAC_LL WBGEN2_GEN_MASK(3, 1)
/* definitions for field: Fast Forward for PTP frames (PTP over IEEE 802.3 /Ethernet) in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FF_MAC_PTP WBGEN2_GEN_MASK(4, 1)
/* definitions for field: Port Mirror Enable in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_MR_ENA WBGEN2_GEN_MASK(5, 1)
/* definitions for field: Drop/Forward on FullMatch Full in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_AT_FMATCH_TOO_SLOW WBGEN2_GEN_MASK(6, 1)
/* definitions for field: HP Priorities Mask in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_PRIO_MASK_MASK WBGEN2_GEN_MASK(8, 8)
#define RTU_RX_CTR_PRIO_MASK_SHIFT 8
#define RTU_RX_CTR_PRIO_MASK_W(value) WBGEN2_GEN_WRITE(value, 8, 8)
#define RTU_RX_CTR_PRIO_MASK_R(reg) WBGEN2_GEN_READ(reg, 8, 8)
/* definitions for field: HP forward to CPU in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_HP_FW_CPU_ENA WBGEN2_GEN_MASK(16, 1)
/* definitions for field: Urecognized forward to CPU in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_UREC_FW_CPU_ENA WBGEN2_GEN_MASK(17, 1)
/* definitions for field: Learn Destination MAC enable in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_LEARN_DST_ENA WBGEN2_GEN_MASK(18, 1)
/* definitions for field: DBG: Force Fast Match only in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FORCE_FAST_MATCH_ENA WBGEN2_GEN_MASK(24, 1)
/* definitions for field: DBG: Force Full Match only in reg: RTU Extension: Control Register */
#define RTU_RX_CTR_FORCE_FULL_MATCH_ENA WBGEN2_GEN_MASK(25, 1)
/* definitions for register: RTU Extension: Fast Forward MAC bits [31:0] (validated on write to RX_FF_MAC_R1). */
/* definitions for field: Fast Forward MAC in reg: RTU Extension: Fast Forward MAC bits [31:0] (validated on write to RX_FF_MAC_R1). */
#define RTU_RX_FF_MAC_R0_LO_MASK WBGEN2_GEN_MASK(0, 32)
#define RTU_RX_FF_MAC_R0_LO_SHIFT 0
#define RTU_RX_FF_MAC_R0_LO_W(value) WBGEN2_GEN_WRITE(value, 0, 32)
#define RTU_RX_FF_MAC_R0_LO_R(reg) WBGEN2_GEN_READ(reg, 0, 32)
/* definitions for register: RTU Extension: Fast Forward MAC and control */
/* definitions for field: Fast Forward MAC in reg: RTU Extension: Fast Forward MAC and control */
#define RTU_RX_FF_MAC_R1_HI_ID_MASK WBGEN2_GEN_MASK(0, 16)
#define RTU_RX_FF_MAC_R1_HI_ID_SHIFT 0
#define RTU_RX_FF_MAC_R1_HI_ID_W(value) WBGEN2_GEN_WRITE(value, 0, 16)
#define RTU_RX_FF_MAC_R1_HI_ID_R(reg) WBGEN2_GEN_READ(reg, 0, 16)
/* definitions for field: Fast Forward entry index (single/range) in reg: RTU Extension: Fast Forward MAC and control */
#define RTU_RX_FF_MAC_R1_ID_MASK WBGEN2_GEN_MASK(16, 8)
#define RTU_RX_FF_MAC_R1_ID_SHIFT 16
#define RTU_RX_FF_MAC_R1_ID_W(value) WBGEN2_GEN_WRITE(value, 16, 8)
#define RTU_RX_FF_MAC_R1_ID_R(reg) WBGEN2_GEN_READ(reg, 16, 8)
/* definitions for field: Fast Forward MAC single/range entry in reg: RTU Extension: Fast Forward MAC and control */
#define RTU_RX_FF_MAC_R1_TYPE WBGEN2_GEN_MASK(24, 1)
/* definitions for field: Fast Forward MAC valid in reg: RTU Extension: Fast Forward MAC and control */
#define RTU_RX_FF_MAC_R1_VALID WBGEN2_GEN_MASK(25, 1)
/* definitions for register: RTU Extension: CPU port mask (Link-Limited Frames Fast Forward Mask) */
/* definitions for field: CPU/LL Mask in reg: RTU Extension: CPU port mask (Link-Limited Frames Fast Forward Mask) */
#define RTU_CPU_PORT_MASK_MASK WBGEN2_GEN_MASK(0, 32)
#define RTU_CPU_PORT_MASK_SHIFT 0
#define RTU_CPU_PORT_MASK_W(value) WBGEN2_GEN_WRITE(value, 0, 32)
#define RTU_CPU_PORT_MASK_R(reg) WBGEN2_GEN_READ(reg, 0, 32)
/* definitions for register: RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1 */
/* definitions for field: DST/SRC Mirror port in reg: RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1 */
#define RTU_RX_MP_R0_DST_SRC WBGEN2_GEN_MASK(0, 1)
/* definitions for field: RX/TX mirror port source in reg: RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1 */
#define RTU_RX_MP_R0_RX_TX WBGEN2_GEN_MASK(1, 1)
/* definitions for field: Mirrored Port MASK Index in reg: RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1 */
#define RTU_RX_MP_R0_MASK_ID_MASK WBGEN2_GEN_MASK(16, 16)
#define RTU_RX_MP_R0_MASK_ID_SHIFT 16
#define RTU_RX_MP_R0_MASK_ID_W(value) WBGEN2_GEN_WRITE(value, 16, 16)
#define RTU_RX_MP_R0_MASK_ID_R(reg) WBGEN2_GEN_READ(reg, 16, 16)
/* definitions for register: RTU Extension: Mirroring Ports Control Register 1 */
/* definitions for field: Mirror Port MASK in reg: RTU Extension: Mirroring Ports Control Register 1 */
#define RTU_RX_MP_R1_MASK_MASK WBGEN2_GEN_MASK(0, 32)
#define RTU_RX_MP_R1_MASK_SHIFT 0
#define RTU_RX_MP_R1_MASK_W(value) WBGEN2_GEN_WRITE(value, 0, 32)
#define RTU_RX_MP_R1_MASK_R(reg) WBGEN2_GEN_READ(reg, 0, 32)
/* definitions for register: Interrupt disable register */
/* definitions for field: UFIFO Not Empty IRQ in reg: Interrupt disable register */
......@@ -257,36 +365,48 @@ PACKED struct RTU_WB {
uint32_t VTR1;
/* [0x10]: REG VLAN Table Register 2 */
uint32_t VTR2;
/* padding to: 8 words */
uint32_t __padding_0[3];
/* [0x20]: REG Interrupt disable register */
/* [0x14]: REG RTU Extension: Control Register */
uint32_t RX_CTR;
/* [0x18]: REG RTU Extension: Fast Forward MAC bits [31:0] (validated on write to RX_FF_MAC_R1). */
uint32_t RX_FF_MAC_R0;
/* [0x1c]: REG RTU Extension: Fast Forward MAC and control */
uint32_t RX_FF_MAC_R1;
/* [0x20]: REG RTU Extension: CPU port mask (Link-Limited Frames Fast Forward Mask) */
uint32_t CPU_PORT;
/* [0x24]: REG RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1 */
uint32_t RX_MP_R0;
/* [0x28]: REG RTU Extension: Mirroring Ports Control Register 1 */
uint32_t RX_MP_R1;
/* padding to: 16 words */
uint32_t __padding_0[5];
/* [0x40]: REG Interrupt disable register */
uint32_t EIC_IDR;
/* [0x24]: REG Interrupt enable register */
/* [0x44]: REG Interrupt enable register */
uint32_t EIC_IER;
/* [0x28]: REG Interrupt mask register */
/* [0x48]: REG Interrupt mask register */
uint32_t EIC_IMR;
/* [0x2c]: REG Interrupt status register */
/* [0x4c]: REG Interrupt status register */
uint32_t EIC_ISR;
/* [0x30]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 0 */
/* [0x50]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 0 */
uint32_t UFIFO_R0;
/* [0x34]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 1 */
/* [0x54]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 1 */
uint32_t UFIFO_R1;
/* [0x38]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 2 */
/* [0x58]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 2 */
uint32_t UFIFO_R2;
/* [0x3c]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 3 */
/* [0x5c]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 3 */
uint32_t UFIFO_R3;
/* [0x40]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 4 */
/* [0x60]: REG FIFO 'Unrecognized request FIFO (UFIFO)' data output register 4 */
uint32_t UFIFO_R4;
/* [0x44]: REG FIFO 'Unrecognized request FIFO (UFIFO)' control/status register */
/* [0x64]: REG FIFO 'Unrecognized request FIFO (UFIFO)' control/status register */
uint32_t UFIFO_CSR;
/* [0x48]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' data input register 0 */
/* [0x68]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' data input register 0 */
uint32_t MFIFO_R0;
/* [0x4c]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' data input register 1 */
/* [0x6c]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' data input register 1 */
uint32_t MFIFO_R1;
/* [0x50]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' control/status register */
/* [0x70]: REG FIFO 'Main hashtable CPU access FIFO (MFIFO)' control/status register */
uint32_t MFIFO_CSR;
/* padding to: 256 words */
uint32_t __padding_1[235];
uint32_t __padding_1[227];
/* [0x400 - 0x7ff]: RAM Aging bitmap for main hashtable, 256 32-bit words, 32-bit aligned, word-addressable */
uint32_t ARAM [256];
};
......
......@@ -57,7 +57,17 @@ peripheral {
};
field {
name = "Version";
description = "Information about the version of RTU gateware";
type = SLV;
prefix = "RTU_VERSION";
align = 8;
size = 4 ;
access_dev = WRITE_ONLY;
access_bus = READ_ONLY;
};
};
reg {
......@@ -256,13 +266,7 @@ peripheral {
};
irq {
name = "UFIFO Not Empty IRQ";
description = "Interrupt active when there are some requests in UFIFO.";
prefix = "nempty";
trigger = LEVEL_0;
};
fifo_reg {
name = "Unrecognized request FIFO (UFIFO)";
description = "FIFO containing all RTU requests for which matching entries haven't been found. CPU reads these requests,\
......@@ -363,23 +367,6 @@ peripheral {
};
ram {
name = "Aging bitmap for main hashtable";
description = "Each bit in this memory reflects the state of corresponding entry in main hashtable:\
0: entry wasn't matched\
1: entry was matched at least once.\
CPU reads this bitmap and subsequently clears it every few seconds to update the aging counters.";
prefix = "ARAM";
width = 32;
size = 8192 / 32; -- 8192 bits
access_dev = READ_WRITE;
access_bus = READ_WRITE;
--[changed 6/10/2010] clock = "clk_match_i";
--clock = "clk_match_i"; --async?
};
fifo_reg {
......@@ -414,6 +401,302 @@ peripheral {
};
reg {
prefix = "RX_CTR";
name = "RTU Extension: Control Register";
field {
name = "Fast Forward for Broadcast";
description = "The feature is:\
0: Disabled,\
1: Enabled.";
prefix = "FF_MAC_BR";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Fast Forward for MAC Range";
description = "The feature is:\
0: Disabled,\
1: Enabled.";
prefix = "FF_MAC_RANGE";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Fast Forward for MAC Single Entries";
description = "The feature is:\
0: Disabled,\
1: Enabled.";
prefix = "FF_MAC_SINGLE";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Fast Forward for Link-Limited (Reserved) MACs";
description = "The feature is:\
0: Disabled,\
1: Enabled.";
prefix = "FF_MAC_LL";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Fast Forward for PTP frames (PTP over IEEE 802.3 /Ethernet)";
description = "The feature is:\
0: Disabled,\
1: Enabled.";
prefix = "FF_MAC_PTP";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Port Mirror Enable";
description = "Enable port mirroring as defined by proper configurition\
0: Disable,\
1: Enable.";
prefix = "MR_ENA";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Drop/Forward on FullMatch Full";
description = "In case that a new Frame arrives on Ingress when the previous is still handed (FullMatch process, or SWcore):\
0: Drop currently processed frame (default),\
1: Broadcast currently processed frame.";
prefix = "AT_FMATCH_TOO_SLOW";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "HP Priorities Mask";
description="Mask which defines which priorities of the Fast Forward traffic are considered High Priority (used also by SWcore)";
prefix = "PRIO_MASK";
type = SLV;
size = 8;
align = 8;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "HP forward to CPU";
description = "Enables/disables forwarding of recognized HP frames to CPU (Network InterFace) - disabling forwarding can prevent flooding of switch CPU with unnecessary traffic, allowing forwarding can be enabled to snoop on network traffic). It uses HW-set (generic) mask which indicates port number of CPU - can be verified by reading\
0: Disabled [default] - does not forward HP frames to CPU,\
1: Enabled - forwards HP frames to CPU.";
prefix = "HP_FW_CPU_ENA";
align = 8;
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Urecognized forward to CPU";
description = "Allows to enable/disable forwarding of unrecognized frames (with unrecognized dstMAC) which are broadcast (when b_unrec enabled) CPU (Network InterFace) - disabled to prevent flooding of switch CPU with unnecessary traffic.It uses Link-Limited Frames Fast Forward Mask to know to which port CPU is connected.\
0: Disabled [default] - does not forward unrecognized braodcast (b_unrec) frames to CPU,\
1: Enabled - forwards unrecognized braodcast (b_unrec) frames to CPU.";
prefix = "UREC_FW_CPU_ENA";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Learn Destination MAC enable";
description = "Allows to enable/disable learning based on Destination MAC address (works only if learning is enabled on a port, i.e. LEARN_EN=1) .\
0: Disabled [default] - frames with unrecognizd destinatin MAC do not trigger writes to UFIFO, i.e. ureq in software (unrecognized request),\
1: Enabled - frames with unrecognizd destinatin MAC trigger writes to UFIFO, i.e. ureq in software.";
prefix = "LEARN_DST_ENA";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "DBG: Force Fast Match only";
description = "Forces RTU to use only Fast Match for forwarding decisions (useful for debugging).\
0: Disabled [default]\
1: Enabled (use when you know what you are doing, not in normal operation)";
prefix = "FORCE_FAST_MATCH_ENA";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
align = 8;
};
field {
name = "DBG: Force Full Match only";
description = "Forces RTU to use only Full Match for forwarding decisions (useful for debugging).\
0: Disabled [default]\
1: Enabled (use when you know what you are doing, not in normal operation)";
prefix = "FORCE_FULL_MATCH_ENA";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
};
reg {
prefix = "RX_FF_MAC_R0";
name = "RTU Extension: Fast Forward MAC bits [31:0] (validated on write to RX_FF_MAC_R1).";
field {
name = "Fast Forward MAC";
prefix = "LO";
type = SLV;
size = 32;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
};
reg {
prefix = "RX_FF_MAC_R1";
name = "RTU Extension: Fast Forward MAC and control";
description = "Double purpose on \
WRITE: low bigs: MAC bits [47:32]; high bits: MAC ID, single/range, valid,\
READ: low bits: max number of single entries (MAX ID), high bits: max number of range entries (MAX ID).";
field {
name = "Fast Forward MAC";
prefix = "HI_ID";
type = SLV;
size = 16;
access_bus = READ_WRITE;
access_dev = READ_WRITE;
load = LOAD_EXT;
};
field {
name ="Fast Forward entry index (single/range)";
description = "Depending on the Single/Range bit: \
0: Index of the Fast Forward MAC for single Fast Forward MAC\
1: Index of the Fast Forward MAC for the Fast Forward MAC range (low bit 0 indicates lower range, low bit 1 indicates upper range, inclusive) ";
prefix = "ID";
type = SLV;
size = 8;
align =8;
access_bus = READ_WRITE;
access_dev = READ_WRITE;
load = LOAD_EXT;
};
field {
name = "Fast Forward MAC single/range entry";
description = "Indicates what kind of entry is written \
0: Single Fast Forward MAC,\
1: Range Fast Forward MAC (low bit of MAC ID equal to 0 indicates lower range, low bit of MAX ID equal to 1 indicates upper range, inclusive) ";
prefix = "TYPE";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Fast Forward MAC valid";
description = "The value of the bit (only validated entries are used):\
0: Invalidates the entry,\
1: Validates the entry.";
prefix = "VALID";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
};
reg {
prefix = "CPU_PORT";
name = "RTU Extension: CPU port mask (Link-Limited Frames Fast Forward Mask)";
field {
name = " CPU/LL Mask";
description = " It is only for debugging purposes. The ID of the CPU port is set in HW using generic which produces the CPU/LL Mask.\
It is used for\
* forwarding of the Link-Limited traffic to CPU (if enabled by config) \
* enabling/disabling forwarding of HP traffic to CPU (HP_FW_CPU_ENA)\
* enabling/disabling forwarding of unrecognized broadcast to CPU (UREC_FW_CPU_ENA).";
prefix = "MASK";
type = SLV;
size = 32;
access_bus = READ_ONLY;
access_dev = WRITE_ONLY;
};
};
reg {
prefix = "RX_MP_R0";
name = "RTU Extension: Mirroring Ports Control Register - select for the mask written using RX_MP_R1";
field {
name = "DST/SRC Mirror port";
description = "Defines whether destination or source mask is written to RX_MP_R1:\
0: Mirror port(s) - destination of the mirrored traffic,\
1: Mirrored port(s) - source of the mirrored traffic";
prefix = "DST_SRC";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "RX/TX mirror port source";
description = "Defines whether transmission or reception source mask is written to RX_MP_R1 (used only when DST_SRC bit is 1):\
0: Reception traffic mirror source,\
1: Transmission traffic mirror source.";
prefix = "RX_TX";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
field {
name = "Mirrored Port MASK Index";
description = "Index of the mirrored configuration (to be considered for implementation in future, curreantly only single config available)";
prefix = "MASK_ID";
type = SLV;
size = 16;
align = 16;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
};
};
reg {
prefix = "RX_MP_R1";
name = "RTU Extension: Mirroring Ports Control Register 1";
field {
name = "Mirror Port MASK";
description = "MASK to define mirroring, depending on two lowets bit of select reg:\
00: port(s) which output mirrored traffic from the mirrored port(s)- destination of the mirrored traffic (egress only, disabled for ingress traffic and traffic other then from mirrored, source, port(s))\
10: port(s) whose ingress traffic is mirrored (reception source) - all the traffic received on this port(s) is forwarded to the mirror port(s)\
11: port(s) whose egress traffic is mirrored (transmision source) - all the traffic forwareded to this port(s) is also forwarded to the mirror port(s).";
prefix = "MASK";
type = SLV;
size = 32;
access_bus = READ_WRITE;
access_dev = READ_WRITE;
load = LOAD_EXT;
};
};
ram {
name = "Aging bitmap for main hashtable";
description = "Each bit in this memory reflects the state of corresponding entry in main hashtable:\
0: entry wasn't matched\
1: entry was matched at least once.\
CPU reads this bitmap and subsequently clears it every few seconds to update the aging counters.";
prefix = "ARAM";
width = 32;
size = 8192 / 32; -- 8192 bits
access_dev = READ_WRITE;
access_bus = READ_WRITE;
--[changed 6/10/2010] clock = "clk_match_i";
--clock = "clk_match_i"; --async?
};
irq {
name = "UFIFO Not Empty IRQ";
description = "Interrupt active when there are some requests in UFIFO.";
prefix = "nempty";
trigger = LEVEL_0;
};
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment