-
Updated
Apr 27, 2021 - VHDL
#
netlist
Here are 21 public repositories matching this topic...
HAL – The Hardware Analyzer
Open
Change logo
dvc94ch
commented
Jul 23, 2018
Currently the logo is the same as electronjs uses, although I found it through an image search for cc images.
Tools for working with circuits as graphs in python
-
Updated
Mar 29, 2021 - Verilog
thunder-hammer
commented
Feb 26, 2020
This is a list of different shortcuts that would be super useful to include in the API. There is currently a long way to do all of these things. It would be useful to add the following shortcuts into the API to make the tools easier to use and work with.
- set the top instance
Long way:
top = Instance()
top.reference = top_definition
netlist.top_instance = top
could be simplif
Open
Hierarchy viewer
This is a demo for still image compression application
-
Updated
Apr 14, 2018 - Verilog
-
Updated
Dec 3, 2017 - ANTLR
This repository contains a python script that converts a Boolean Expression to a .SIM file (circuit netlist description).
-
Updated
Sep 28, 2020 - Python
SKiDL Microcontroller Board Wizard
-
Updated
Mar 25, 2021 - Python
SUTD 2020 50.002 Computation Structures Code Dump
cpu
fpga
hardware
beta
os
operating-system
turing-machine
lucid
computer-architecture
risc
turing-machine-simulator
netlist
instruction-set-architecture
instruction-set
digital-systems
hardware-description-language
computation-structures
netlist-simulator
central-processing-unit
-
Updated
Apr 27, 2021 - C
MODNET (MODify NETlist): VHDL/Verilog Fault Injection system
-
Updated
Jun 21, 2020 - Python
NetFI-3: Netlist Fault Injection system - Version 3
computer-science
engineering
thesis
vhdl
computer-engineering
verilog
vivado
fault-injection
netlist
nexys4
-
Updated
Jun 29, 2020 - TeX
Contains VHDL netlists of basic digital circuits.
-
Updated
Mar 9, 2019 - VHDL
A more modular Fluigi Codebase
-
Updated
Feb 20, 2020 - Java
Improve this page
Add a description, image, and links to the netlist topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netlist topic, visit your repo's landing page and select "manage topics."
Together with issue #4, we should write a few tests for making sure refdeses do stay consistent. Something like a copy of servo_micro, and a ton of patches on top of it (all parented to one servo_micro, not on a chain, more like a star). Apply each of those patches then see if refdeses are sticking.
git checkout c718fbc~1 examples/servo_micro.pyfrom google/pcbdl@ba3