xesscorp
xesscorp
I think a paranoid ERC is acceptable. The increased processing time pales in respect to the board respin time. One problem, however, is this won't detect mistakes for multi-pin packages....
I'll try to implement some non-intrusive method of enabling/disabling the regex.
James, I changed the pin search to look for an exact, non-regex match first. If that fails, it will do a regex search. That should allow you to use the...
Regex matching is helpful for certain chips like microcontrollers that have long pin names listing every possible function of a pin.
This problem has been on my list for a long time! Thanks for bringing it back to my attention. As a short-term solution, you can reference a pin by it's...
Sorry you had to change pin names. But thanks for raising the issue and forcing me to think about it again!
I posted something about this issue on the [forum](https://skidl.discourse.group/t/referencing-pin-names/24).
My apologies for the late reply. For some reason I'm not getting email about Github issues. I'll take a look at Horizon-EDA. The two main issues are: 1. Reading library...
Thanks for the links to the example files. Horizon-EDA and [tEDAx](http://repo.hu/projects/tedax/) are both systems that SKiDL *could* support, but I'm currently concentrating on adding more general-purpose features. I'm time/energy constrained...
I don't know if this is an appropriate function to place in KiCost. KiCost generates part cost spreadsheets. The requested function is more like doing part selection. I could see...