veryl-lang / std

Standard Library of Veryl Hardware Description Language
Apache License 2.0
1 stars 1 forks source link

Regression tests using outdated version of Veryl. #18

Closed nblei closed 2 months ago

nblei commented 2 months ago
  × Unexpected token: ':'
   ╭─[/home/runner/work/std/std/src/async_fifo/async_fifo.veryl:7:26]
 6 │ /// Generic parameter `S` is a module name of synchrinozer.
 7 │ pub module async_fifo::<S: synchronizer> #(
   ·                          ┬
   ·                          ╰── Error location
 8 │     param WIDTH             : u32  = 8                         , /// Data width
   ╰────
dalance commented 2 months ago

Yes. This is one of motivations of #17. I'll change Veryl of CI from stable release to github temporaly. After merging #6 and #19, I'll do #17.

dalance commented 2 months ago

Regression failure was fixed.