| Main account | https://dragon.style/@Tathar |
| Public Alt | https://dragonchat.org/@Tathar |
| Main account | https://dragon.style/@Tathar |
| Public Alt | https://dragonchat.org/@Tathar |
@jcm if you're looking for something to verify that your toolchain is working, they offer a hello world example
https://doc.veryl-lang.org/book/03_getting_started/02_hello_world.html
@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