gonsie / gates

Gate-level circuit model for ROSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Gate-level circuit model for ROSS


Languages

Language:C 96.7%Language:Python 2.1%Language:CMake 0.9%Language:Shell 0.3%