Forum Discussion
FvM
Super Contributor
2 years agoHi,
System Verilog synthesis support is specified in Quartus help. Section 8 Classes isn't supported at all.
Your math functions are possibly not synthesizable, e.g. ieee.math_real functions.
- xxerexxaa2 years ago
New Contributor
请问有没有办法能让quartus获得支持或者使用能适配SystemVerilog的软件呢?
Is there any way to get support from quartus or to use other softwares that can be adapted to SystemVerilog?
- FvM2 years ago
Super Contributor
Hi,
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.