Hacker News new | ask | show | jobs
by dalance 820 days ago
I plan to introduce generics to enable module/interface/package as type parameter. But I'm not aiming Chisel like programability.

I tried to use Chisel in a large codebase to judge it can be used as SystemVerilog alternative in my company. So I found many problems which causes difficulty to apply ASIC development flow. I think that differences of semantics from SystemVerilog causes a part of these problems.

So I aim that Veryl has the almost same semantics as SystemVerilog. I think this ease to interoperate with SystemVerilog codebase too.