Ethan Sifferman

Results 22 issues of Ethan Sifferman

When setting two breakpoints in a row, the second one would be skipped. Now, each one is run after another.

Hi, Olof! Nice to speak with you yesterday. Having a simple GLS example with fusesoc in the documentation would be very helpful. If you can share with me, the working...

**Summary** Hello! I would like to propose a `[dff-name_suffix]` lint rule that requires all DFF inputs to be given the suffix `_d` or `_next`, all DFF outputs have the suffix...

enhancement
style-linter

# I did not make these changes I simply rebased and squashed the changes made by @mattdog1000000 I am submitting this because I would love to see this pulled into...

Hello. DigitalJS has a really cool feature to improve schematic readability by generating arithmetic operations fused with constants: [code source](https://github.com/tilk/digitaljs/blob/a541f0ff32b4560e593cfb6cf5b5eed06b902fec/src/cells/arith.mjs#L414-L645). I believe this would be a very useful addition to...

Hello. Thanks for all the work done for this tool! It could be convenient to hide certain signals from a netlist, such as clock and reset. Maybe there could be...

## Description ## Checklist: - [x] **I am adding a new extension to a language.** - [x] The new extension is used in hundreds of repositories on GitHub.com - Search...

Hello, and thank you for assembling this very useful record of SV support in tools! It has been super interesting to follow. ## Problem There are several tests that Yosys...

Fixes https://github.com/zachjs/sv2v/issues/270. I am happy to make changes as needed!

Fixes https://github.com/zachjs/sv2v/issues/273