I see the following compilation Error, when I am trying to build/compile the following code. I don't see any issue in the below code, Can anyone please help me to figure out the issue.
I have a function in the file, following code is part of a function.
Code:
byte unsigned data_bytes[16];
bit [127:0] data;
.....
{>> byte unsigned {data_bytes}} = data; // Compiler Error : Line 14
.....
ERROR: ncvlog: *E,EXPRLC (/file/hierarchy/**.sv,14|18): expecting a left brace ('{') [SystemVerilog]. (Prohibited pattern (?-xism:\*E,))
E