GF180 D-type Flip Flop

D-type Flip Flop Circuit Diagram

Introduction

This circuit demonstrates a negating D-type Flip Flop implemented on the Global Foundries 180nm process node. This Flip-Flop acts as a memory cell, holding a single bit upon falling clock edge. The bit is read in from the D node and constantly output upon the Q node.

In digital logic, the circuit can be represented as: D-type Flip Flop Digital Logic

The circuit netlist is contained within the gf180_dff.spice file in this directory. To begin running the simulation harness, open the gf180_dff_transient.jl file and begin running statements.

Files

Analyses

Transient

D-type Flip Flop Transient Analysis

In this test we display only the clock and the output, as the input is not very interesting. Note that we have three checks being displayed, showcasing a parameter configuration that breaks some of the constraints.

When running the checks() function, a tabular display of all parameter configurations is shown, CTRL-clicking (or CMD-clicking on Mac) on any of the cells will display that particular configuration in the plot pane.

API Reference