Quantcast
Channel: Apostrophe in Verilog array assignment - Electrical Engineering Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by Tom Carpenter for Apostrophe in Verilog array assignment

SystemVerilog has the array assignment operator '{...} in addition to the concatenation operator {...}.Concatentation is for packed arrays - basically you combine multiple signals into a single...

View Article



Apostrophe in Verilog array assignment

I've seen a Verilog example that assigns values to an array as follows :array = '{'{0,1,2,3},'{4,5,6,7},'{8,9,10,11}};What's the purpose of the apostrophe (') ?How will this be any different ?array =...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images