(no commit message)
authormePy2 <mePy2@web>
Mon, 29 Mar 2021 10:41:52 +0000 (11:41 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 29 Mar 2021 10:41:52 +0000 (11:41 +0100)
resources.mdwn

index 6c5a54bb17c26f8616b85598e2a96cf8e2a03709..477aece5e82b472d2aabd9c9a5316dee474379a6 100644 (file)
@@ -460,6 +460,21 @@ This list auto-generated from a page tag "standards":
 
 * [[resources/high-speed-serdes-in-circuitjs]]
 
+# Logic Simulator 2
+* <https://github.com/dkilfoyle/logic2>  
+[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
 
 * <https://www.linkedin.com/pulse/asic-design-flow-introduction-timing-constraints-mahmoud-abdellatif/>