Quantcast
Channel: Cadence Functional Verification Forum
Viewing all articles
Browse latest Browse all 1069

ERROR: ncvlog: *E,EXPRLC (/file/hierarchy/**.sv,14|18): expecting a left brace ('{') [SystemVerilog]. (Prohibited pattern (?-xism:\*E,))

$
0
0

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


Viewing all articles
Browse latest Browse all 1069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>