skidl
skidl copied to clipboard
SKiDL is a module that extends Python with the ability to design electronic circuits.
**Describe the bug** When installing netlistsvg in two different ways (Globally; from GitHub, from NPM Repo), errors reported are inconsistent (cannot generate SVG). **To Reproduce** Prerequisites and assumptions: 1. Running...
Would it be possible for `skidl` to export *into* Eeschema? The use case, is that it would be really powerful to generate a circuit description in Python code using `skdl`...
**Describe the bug** Did you mean to filter out '2'? Symbols that end with _0_0 are being filtered out (conversion flag of '0') and causing execution to fail like: ```...
I would like to do some brainstorming about the possibility of adding placement and / or routing hints. # Problem After generating a netlist and importing it into pcbnew you...
**Describe the bug** The new `@package` decorator seems very exciting, but it appears to assume the use of the global `default_circuit` object. I aim to write code that modifies as...
**Describe the bug** According to this description: ``` generate_netlist(**kwargs) method of skidl.Circuit.Circuit instance Return a netlist and also write it to a file/stream. Args: file_: Either a file object that...
**Is your feature request related to a problem? Please describe.** I had a case where I was intending to do something along the lines of ``` ic['A'] & r1 &...
When referring to pins by name, the regex interpretation causes confusion. I find it much clearer to refer to pins by name, rather than number. Is there a way of...
PySpice provides the ability to programmatically declare models with the [`DeviceModel` class](https://github.com/FabriceSalvaire/PySpice/blob/910c05389ef13ea6c6b9b4cd58a55d798e7695d2/PySpice/Spice/Netlist.py#L104). For example, to include the generic BJT model at the beginning of the BJT chapter (chapter 8) in...
Have you had a chance to look at [Horizon-EDA](https://github.com/horizon-eda/horizon) here on github? I've been playing around a bit with it and so far like it - especially its support for...