Entity: oh_fall2pulse

Diagram

N clk nreset [N-1:0] in [N-1:0] out

Description

#############################################################################

Function: Converts a falling edge to a single cycle pulse

#############################################################################

Author: Andreas Olofsson

License: MIT (see LICENSE file in OH! repository)

#############################################################################

Generics

Generic name Type Value Description
N 1 data width

Ports

Port name Direction Type Description
clk input clock
nreset input async active low reset
in input [N-1:0] edge input
out output [N-1:0] one cycle pulse

Signals

Name Type Description
in_reg reg [N-1:0]

Processes

Type: always