Entity: oh_or4
- File: oh_or4.v
Diagram
Description
#############################################################################
Function: 4 Input Or Gate
#
Copyright: OH Project Authors. All rights Reserved.
License: MIT (see LICENSE file in OH repository) #
#############################################################################
Generics
| Generic name | Type | Value | Description |
|---|---|---|---|
| DW | 1 | array width |
Ports
| Port name | Direction | Type | Description |
|---|---|---|---|
| a | input | [DW-1:0] | |
| b | input | [DW-1:0] | |
| c | input | [DW-1:0] | |
| d | input | [DW-1:0] | |
| z | output | [DW-1:0] |