Electronic – Is SystemVerilog string manipulation synthesisable

fpgasystem-verilog

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?

Best Answer

As I understand it, hardly anything in SystemVerilog is synthesisable; it's intended for use in testbenches and simulations.