\$\begingroup\$
\$\endgroup\$
I learnt that SystemVerilog provides a string datatype, which allows for many string operations, such as comparison, concatenation, length, etc.
Are those string operations synthesisable?
RandomblueRandomblue
asked Oct 30, 2012 at 10:16
1 Answer 1
\$\begingroup\$
\$\endgroup\$
1
As I understand it, hardly anything in SystemVerilog is synthesisable; it's intended for use in testbenches and simulations.
answered Oct 30, 2012 at 10:39
-
2\$\begingroup\$ This is not exactly true: "As of 2009, the SystemVerilog and Verilog language standards were merged into SystemVerilog 2009 (IEEE Standard 1800-2009)." (en.wikipedia.org/wiki/Verilog). So SystemVerilog is meant to be the new verilog, but with substantive extensions in verification. \$\endgroup\$apalopohapa– apalopohapa2012年10月30日 20:41:14 +00:00Commented Oct 30, 2012 at 20:41
lang-vhdl