|
From: Felix S. <fe...@sa...> - 2020-04-06 17:00:28
|
On Mon, Apr 06, 2020 at 04:13:36PM +0100, Chris via Qucs-devel wrote: > It would be much easier if this could all be run from Qucs. > might be a plugin, but I have looked at https://qucs-help.readthedocs.io but > can't find anything on plugins. Dear Chris. Schematic and netlist plugins are here [1]. Qucs or verilog schematics as well as (flat) qucsator netlists are implemented. These are essentially syntactial variations of the same thing. Should be easy to add any other dialect or language to that. One goal is to have an "export to" dialog, listing those available languages, and then grow this list... This got entangled with the Qt5 rework, which was deemed more important. And was never finished. Everyone is free to give it a try. Fixing Qt first, and then add the language plugins is another option. When done right, the outcome will be the same. cheers felix [1] https://github.com/felix-salfelder/qucs/tree/refactor-qt5 |