Naoya Hatta

Results 83 issues of Naoya Hatta

Now cast to builtin types will be syntax error. ``` Expression11: Expression12 { As ScopedIdentifier }; ``` The simple way to support it: ``` Expression11: Expression12 { As ScalarType };...

lang

The current documentation is not sufficiant to describe the diffrences from the existing works. So I think it should be replaced. This is a candidate for the description in README.md...

documentation

https://github.com/dalance/veryl/issues/141#issuecomment-1439404287 The following configuration may be helpful to support Quartus. * `expand_inside` * `explicit_generate` * `outside_genvar` The following feature seems to be difficult to support. * type parameter * `case...

tools

In the caluculation of bit width, `(W > 1) ? $clog2(W) : 1` pattern is frequent. This because if `W` is 1, `$clog2(W)` return 0 which is not valid bit...

lang

Some modules like FIFO, Async FIFO , edge detector, etc.. may be useful if they are provided as standard library.

lang