VHDL record field support
Arbitrarily-nested arrays and records are supported, but operators will only operate on one field at a time. That is, the expression {a == b} where a and b are records with multiple fields, is not supported. This would have to be expressed as:
{(a.f1 == b.f1) && (a.f2 == b.f2)...}vhdlsig.field1 vhdlsig.field1.subfield1 vhdlsig.(5).field3 vhdlsig.field4(3 downto 0)
Model Technology Incorporated Voice: (503) 641-1340 Fax: (503)526-5410 www.model.com sales@model.com |