| INIT(3) | GENPAT functions | INIT(3) |
INIT, GENPAT Package
See the file buster/alliance/alc_origin.1.en.gz.
INIT("pattern_date","ident","value");
Initialize registers at indicated values and set current pattern.
SETTUNIT("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 the file buster/alliance/alc_bug_report.1.en.gz.
| October 1, 1997 | ASIM/LIP6 |