You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

3 years ago
  1. rootURL = "http://www.xilinx.com/";
  2. prodURL = "xlnx/xil_prodcat_product.jsp?title=";
  3. cpldURL = "CPLD+Products";
  4. acr2URL = "coolrunner2_page";
  5. xbrURL = "coolrunner2_page";
  6. xpla3URL = "xpla3_page";
  7. xc9500URL = "xc9500_page";
  8. xc9500xlURL = "xc9500xl_page";
  9. xa9500xlURL = "xc9500xl_page";
  10. xc9500xvURL = "xc9500xv_page";
  11. marketURL= "esp";
  12. supportURL = "http://www.support.xilinx.com/";
  13. educationURL = "support/education-home.htm";
  14. buyURL = "http://toolbox.xilinx.com/cgi-bin/xilinx.storefront";
  15. contactURL = "company/contact.htm";
  16. searchURL = "company/search.htm";
  17. docURL = rootURL + "support/documentation/";
  18. doc95URL = docURL + "xc9500.htm";
  19. doc95xlURL = docURL + "xc9500xl.htm";
  20. docA95xlURL = docURL + "xc9500xl.htm";
  21. doc95xvURL = docURL + "xc9500xv.htm";
  22. docXpla3URL = docURL + "coolrunner_xpla3.htm";
  23. docAcr2URL = docURL + "coolrunner-ii.htm";
  24. docXbrURL = docURL + "coolrunner-ii.htm";
  25. docCr2sURL = docURL + "coolrunner-ii.htm";
  26. var messages = new Array();
  27. messages["fastinreg"] = "Direct Input Register";
  28. messages["inreg"] = "Direct Input Register";
  29. messages["fbnand"] = "Foldback NAND";
  30. messages["fcnode"] = "FC node";
  31. messages["LATCH"] = "Transparent latch";
  32. messages["DFF"] = "D-flip-flop";
  33. messages["DEFF"] = "D-flip-flop with clock enable";
  34. messages["TFF"] = "T-flip-flop";
  35. messages["TDFF"] = "Dual-edge-triggered T-flip-flop";
  36. messages["DDFF"] = "Dual-edge-triggered flip-flop";
  37. messages["DDEFF"] = "Dual-edge-triggered flip-flop with clock enable";