var fDesc=new Array(); fDesc[0] = "Designer is Actel's powerful physical implementation software tool suite for all Actel FPGAs. After completing design entry and functional verification using Libero Integrated Design Environment (IDE) tools, import the resulting netlist into Designer to set timing constraints, run place-and-route, and perform timing analysis, power analysis, and program file generation.
Designer software is included in Libero IDE and is installed automatically as part of a standard Libero IDE installation†. To use only Designer, download Libero IDE v9.1. In the installation wizard, select the "Install Libero Standalone" option."; 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 = ''; } }