|
NAMEINIT, GENPAT Package See the file man1/alc_origin.1. SYNOPSISINIT("pattern_date","ident","value");
PARAMETERS
DESCRIPTIONInitialize registers at indicated values and set current pattern. EXAMPLESETTUNIT("ns");
INIT( "25","regt","0B1");
INIT("+50","y 3 downto 0","0xF");
result :
At simulation time 25 ns, the register named regt receive "1"
regt <= B"1" ;
< 25 ns> : .............;
At simulation time +50 ns, (related to the date of the current pattern),
the vector y is affected with the value 15 in decimal or F in hexadecimal.
regt <= X"F" ;
< 75 ns> : .............;
SEE ALSOgenpat(1), pat(5), AFFECT(3) See the file man1/alc_bug_report.1.
|