Results 120 comments of Greg Davill
trafficstars

I don't currently know. And I don't like it either. The scaling that's applied to the text appears to be a combo of the following: - fonttools (font reports em=1000...

Travelling down the rabbit hole, I've generated a plain svg file, and used svg2mod to convert it into a kicad footprint. KiBuzzard uses svg2mod under the hood to do the...

This pull-request is rebased to be applied after #120 These latest commits produce this: ![image](https://github.com/gregdavill/KiBuzzard/assets/344310/9a1426e1-3046-47a1-900b-1b96d6ca8822) One commit now fixes the text scaling/positioning in svg2mod ![image](https://github.com/gregdavill/KiBuzzard/assets/344310/66b66617-0b79-40d4-a51b-71107631ef74) The second commit adjusts the...

The fix I'd original applied might not work in all cases, and this looks like one of those times. There might be a better way to handle this. My patch...

Thanks! I'll confirm the ECP5 still operates correctly, the diff looks like ECP5 should be fine.

It seems like when an initial value is provided the register isn't considered for one-hot translation by yosys step FSM_EXTRACT ``` Not marking orbtrace_mini.VexRiscv.debugTransportModuleJtagTap_1.tap_fsm_state as FSM state register: Register has...

Thanks for the fix on the Scala side. Yes, atleast from my editing of the verilog with exactly that line seems to fix the issue encountered by Yosys. I'd be...

I'm not sure. MacOS is outside of my wheelhouse, unfortunately.

I've seen this too when using these scripts with KiCad 6. I've not poked around too deeply into their root cause as they're just warnings. But it may be possible...

@MichaDit this might be fixed by #123