var fDesc=new Array(); fDesc[0] = "SimpleSolver Logic is a free application. It provides an environment for digital-logic & computer-system Education and Design.
Computers are everywhere, enmeshed in our daily lives: satellites, cars, cell phones, the Internet, and so forth. For many people, and especially for engineers, it is important to understand how these machines work.
The application includes six integrated tools, help files, and many examples.
Students can quickly learn Boolean equations, logic gates and flip-flops, and then advance to computer building-block concepts such as multiplexers, counters, arithmetic logic units and memory.

Hardware engineers can design and validate computer functions such as control logic, signal processing, or a complete programmable computer. Large circuits can easily be managed using a hierarchical block approach.

All designs can be simulated to ensure that they will work in real hardware such as SSI/MSI or Programmable Logic Arrays."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }