Entity: oh_sdffsq
- File: oh_sdffsq.v
Diagram
Description
#############################################################################
Function: Positive edge-triggered static D-type flop-flop with async
active low preset and scan input. #
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 |
---|---|---|---|
d | input | [DW-1:0] | |
si | input | [DW-1:0] | |
se | input | [DW-1:0] | |
clk | input | [DW-1:0] | |
nset | input | [DW-1:0] | |
q | output | [DW-1:0] |
Processes
- unnamed: ( @ (posedge clk or negedge nset) )
Type: always