From cdaf37d320d37425ddd871eb485c12e92603c1ae Mon Sep 17 00:00:00 2001 From: mePy2 Date: Mon, 29 Mar 2021 11:41:52 +0100 Subject: [PATCH] --- resources.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources.mdwn b/resources.mdwn index 6c5a54bb1..477aece5e 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -460,6 +460,21 @@ This list auto-generated from a page tag "standards": * [[resources/high-speed-serdes-in-circuitjs]] +# Logic Simulator 2 +* +[Live web version](https://dkilfoyle.github.io/logic2/) + +> ## Features +> 1. Micro-subset verilog-like DSL for coding the array of logic gates (parsed using Antlr) +> 2. Monaco-based code editor with automatic linting/error reporting, smart indentation, code folding, hints +> 3. IDE docking ui courtesy of JupyterLab's Lumino widgets +> 4. Schematic visualisation courtesy of d3-hwschematic +> 5. Testbench simulation with graphical trace output and schematic animation +> 6. Circuit description as gates, boolean logic or verilog behavioural model +> 7. Generate arbitrary outputs from truth table and Sum of Products or Karnaugh Map + +[from the GitHub page. As of 2021/03/29] + # ASIC Timing and Design flow resources * -- 2.30.2