Sure! But it would be nice if you could help me with a few things:
yosys can read (e.g. Verilog or SystemVerilog)?@jcm I haven't used Veryl yet (just want to learn it) so my answers won't be as good as someone who actually used it. I'm relying heavily on https://doc.veryl-lang.org/book/01_introduction.html for now, but here's my best effort:
veryl buildsource: https://doc.veryl-lang.org/book/03_getting_started/02_hello_world.html#build-code
clock and reset without logicexample: https://doc.veryl-lang.org/book/04_code_examples/01_module.html
(click the play icon in the example to see the generated SV)
SV can also be accessed from within Veryl through the use of the $sv namespace: https://doc.veryl-lang.org/book/05_language_reference/10_systemverilog_interoperation.html