%-------------------------------------------------% UNIT us; % Keep time in microseconds % START 0; % Start time % STOP 20; % Stop time % INTERVAL 1; % Time between steps % % List of inputs. Order is important % INPUTS tens_digit_hours_in; % Outputs are optional, but order is important if % % autochecking of the simulation is desired % OUTPUTS tens_digit_hours_out; % The PATTERN statement signifies the start of the test % % vectors. The order of signals is based on the INPUTS % % and OUTPUTS lists above. Only the INPUTS are required. % % One test vector per line % % This example uses relative time patterns since timing % % and propogation delay are not issues % PATTERN % tens_digit_hours_in % 00 01 02 03 04 7D 7E 7F 80 ; % Semi-colon at end of vector list %