veryl-lang / veryl

Veryl: A Modern Hardware Description Language
Other
505 stars 24 forks source link

SystemVerilog keyword check #712

Closed dalance closed 5 months ago

dalance commented 6 months ago

Some keyword of SystemVerilog can be used as identifier in Veryl. They will cause syntax error of transpiled SystemVerilog code. So they should be checked by Veryl compiler.

taichi-ishitani commented 6 months ago

Keywords list (From IEEE 1800-2023 Annex B)

nblei commented 5 months ago

@dalance this can be closed #750