Forum Discussion
xxerexxaa
New Contributor
2 years ago请问有没有办法能让quartus获得支持或者使用能适配SystemVerilog的软件呢?
Is there any way to get support from quartus or to use other softwares that can be adapted to SystemVerilog?
FvM
Super Contributor
2 years agoHi,
I don't think it's a matter of the tool. Dynamic data and code definition can't be mapped to logic hardware. Nested (recursive) definitions can be used in generate constructs, but they are translated to parallel logic at compile time. If the recursion count isn't limited somehow, the construct isn't synthesizable.
I don't think it's a matter of the tool. Dynamic data and code definition can't be mapped to logic hardware. Nested (recursive) definitions can be used in generate constructs, but they are translated to parallel logic at compile time. If the recursion count isn't limited somehow, the construct isn't synthesizable.