Vlsir / Hdl21Schematics

Hdl21 Schematics
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Break out a command-line package #21

Open dan-fritchman opened 1 year ago

dan-fritchman commented 1 year ago

The Hdl21SchematicEditor is thus far broken into these sub-packages:

Two prospective additions stand out:

  1. The web platform/ instance #10
  2. A "command-line" platform, which does not render anything graphically or use the DOM, but could do things like:

This would also seem to help with #9.

dan-fritchman commented 1 year ago

Another thing I suppose one could do:
Create schematics from circuits - e.g. as commonly done for debugging - without needing the SVG syntax.