MCS Support

The MCS Support page contains descriptions of hard to understand elements of the MCS simulator to serve as a quick reference for those with all types of experience with MCS.
Name:Description
.deeA .dee file contains the description for the circuit model to be tested by the simulator. ".dee" is a file type made specifically for the Tufts University Simlab simulators, and will not be found elsewhere. Common circuit model file types (verilog, benchmark) can be changed into ".dee's" via the programs found in the MCS Tools section (Parse, Tab2ws_mcs).

.flsA .fls file contains the location of all the possible faults for a given circuit. Like a .dee file, a .fls is a file type made specifically for the Simlab simulators, and will not be found elsewhere. A .fls file can be derived from the .dee circuit description file using programs found in the MCS Tools section.

.dweA .dwe file contains a sample test pattern to run the simulation and try to find possible faults. These sample test patterns are called waveforms. There is no single "correct" waveform for a circuit, although some waveforms will detect more faults than others. Like the .dee and .fls filetypes, a .dwe is specific to the Simlab simulators. In the MCS Tools section there are files that can generate random waveforms.