var fDesc=new Array(); fDesc[0] = "LOG/iC 2 is a nice Software to create CPLD and/or PLD designs in text or graphical version. This program is also capable to work with some basics in VHDL.
The LOG/iC2 basis contains the design entry tools for graphical or text entry. The LOG/iC2 basis is extended by technology specific modules for the macro generator or a VHDL interface. Furthermore the LOG/iC2 basis contains checking tools that check a design specification for syntactical and logical correctness."; 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 = ''; } }