Computer Engineering 465 / Electrical Engineering 543

DIGITAL VLSI SYSTEMS

Simulation Command File



This file contains the simulation command file to be used in testing the "equal" circuit.

comm equal_tester
 
trace /equal/a
trace /equal/b
trace /equal/e
 
assign '0' /equal/a
assign '0' /equal/b
 
run 2
 
assign '0' /equal/a
assign '1' /equal/b
 
run 2
 
assign '1' /equal/a
assign '0' /equal/b
 
run 2
 
assign '1' /equal/a
assign '1' /equal/b
 
run 4
 
end comm

Return back to the sample project page Home Return back to the course home page.