[source]

Module prim_flop

WidthResetValueclk_ilogicrst_nilogicd_i[Width-1:0]logicq_ologic[Width-1:0]

Block Diagram of prim_flop

Abstract primitives wrapper.

This file is a stop-gap until the DV file list is generated by FuseSoC. Its contents are taken from the file which would be generated by FuseSoC. https://github.com/lowRISC/ibex/issues/893

Parameters

Name

Default

Description

Width

1

ResetValue

0

Ports

Name

Type

Direction

Description

clk_i

wire logic

input

rst_ni

wire logic

input

d_i

wire logic [Width - 1 : 0]

input

q_o

var logic [Width - 1 : 0]

output