-- Testbench command file. -- -- Options can be on any line, but the line must start with '/'. -- -- Options are: -- /a // Assertion severity level control (w: warning, f or any else: failure) -- /s // skew between TB and ASIC clock -- -- ::= [wf] // 'w' => WARNING 'f' => FATAL (default) -- -- Each test line has two valid columns: -- -- Everything to the right of these cols is ignored. -- -- ::= '0' | '1' -- ::= integer range 1 upto .. -- /a f /s 2.0 -- -- Start of tests -- -- 1 1 1 2