OpenCores
URL https://opencores.org/ocsvn/cpu8080/cpu8080/trunk

Subversion Repositories cpu8080

[/] [cpu8080/] [trunk/] [project/] [cpu8080_html/] [fit/] [summary.js] - Rev 33

Compare with Previous | Blame | View Log

function popWin(url, w, h) {
  var win = window.open(url, 'win',
              'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h);
  win.focus();
}
 
function showTop() { parent.leftnav.showTop(); }
 
function showDoc(device) {
  var url = docURL;
 
  if ((device.indexOf("XC2") != -1) && (device.indexOf("S") != -1))
    url = docCr2sURL;
  else if (device.indexOf("XC2") != -1) url = docXbrURL;
  else if (device.indexOf("XA2") != -1) url = docAcr2URL;
  else if (device.indexOf("XCR3") != -1) url = docXpla3URL;
  else if (device.indexOf("XV") != -1) url = doc95xvURL;
  else if (device.indexOf("XL") != -1) url = doc95xlURL;
  else if (device.indexOf("XA") != -1) url = doc95xaURL;
  else url = doc95URL;
 
  popWin(url);
}
 
function priceDev(device) {
  var url = "http://toolbox.xilinx.com/cgi-bin/xilinx.storefront/1816638537/Catalog";
  popWin(url);
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.