Marcel Hellwig
                                            Marcel Hellwig
                                        
                                    Since veryl is heavily inspired by rust, I would like to have the following code to work without any hints to the transpiler: ```veryl struct Source2 { which: logic, value:...
This PR aims to fix some more clippy lints. For one, I try to get the low haning fruits. I started this PR, because I want to see, if the...
If any of the checks fails in the simulate body, e.g. `c.io.out.expect(1200.U)`, then it will panic, like so: ``` chisel3.simulator.PeekPokeAPI$FailedExpectationException: Failed Expectation: Observed value '1232' != 1200. Expectation failed: observed...
Colors are choosen according to IEC 62 IMHO it looks way better than standard black for everything which makes everything a bit hard to look through.  Current questions are:...
**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** When describing a normal enum it is relatitly easy to do so: ```scala object MyEnum...
On my arch linux I have python 3.13, which clearly is supported, since the readme states 3.7+ ;) The problem when trying to install magma-lang via pip: ``` ERROR: Ignored...