Skip to content
Pepijn de Vos edited this page Nov 17, 2024 · 2 revisions

The Global Reset/Set (GSR) primitive, also known as SUG283-3.3E 20(54), is a global set/reset module that realizes an active-low global set/reset function. Its default state is connected to high level, but it can be dynamically controlled by connecting an external signal that pulls it down to achieve the set/reset of registers and other modules.

This device is supported in Apicula.

Ports

Port Size Direction
GSRI 1 input

Verilog Instantiation

GSR gsr_inst (
    .GSRI(GSRI)
);
Clone this wiki locally