Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 452 Bytes

Gate Model

This is a ROSS model for gate-level circuit simulations.

This model uses generic gate LPs, so there is only one ROSS lp-type. Each gate lp has a specific type (AND, NAND, NOR, etc.) which functionality is refenected via function pointers.

This repo includes an LSI_10k library example. See the library.c file for the gate logic.