mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-05 07:06:27 +00:00
40 lines
1.4 KiB
JavaScript
40 lines
1.4 KiB
JavaScript
|
rootURL = "http://www.xilinx.com/";
|
||
|
prodURL = "xlnx/xil_prodcat_product.jsp?title=";
|
||
|
cpldURL = "CPLD+Products";
|
||
|
acr2URL = "coolrunner2_page";
|
||
|
xbrURL = "coolrunner2_page";
|
||
|
xpla3URL = "xpla3_page";
|
||
|
xc9500URL = "xc9500_page";
|
||
|
xc9500xlURL = "xc9500xl_page";
|
||
|
xa9500xlURL = "xc9500xl_page";
|
||
|
xc9500xvURL = "xc9500xv_page";
|
||
|
marketURL= "esp";
|
||
|
supportURL = "http://www.support.xilinx.com/";
|
||
|
educationURL = "support/education-home.htm";
|
||
|
buyURL = "http://toolbox.xilinx.com/cgi-bin/xilinx.storefront";
|
||
|
contactURL = "company/contact.htm";
|
||
|
searchURL = "company/search.htm";
|
||
|
|
||
|
docURL = rootURL + "support/documentation/";
|
||
|
doc95URL = docURL + "xc9500.htm";
|
||
|
doc95xlURL = docURL + "xc9500xl.htm";
|
||
|
docA95xlURL = docURL + "xc9500xl.htm";
|
||
|
doc95xvURL = docURL + "xc9500xv.htm";
|
||
|
docXpla3URL = docURL + "coolrunner_xpla3.htm";
|
||
|
docAcr2URL = docURL + "coolrunner-ii.htm";
|
||
|
docXbrURL = docURL + "coolrunner-ii.htm";
|
||
|
docCr2sURL = docURL + "coolrunner-ii.htm";
|
||
|
|
||
|
var messages = new Array();
|
||
|
messages["fastinreg"] = "Direct Input Register";
|
||
|
messages["inreg"] = "Direct Input Register";
|
||
|
messages["fbnand"] = "Foldback NAND";
|
||
|
messages["fcnode"] = "FC node";
|
||
|
messages["LATCH"] = "Transparent latch";
|
||
|
messages["DFF"] = "D-flip-flop";
|
||
|
messages["DEFF"] = "D-flip-flop with clock enable";
|
||
|
messages["TFF"] = "T-flip-flop";
|
||
|
messages["TDFF"] = "Dual-edge-triggered T-flip-flop";
|
||
|
messages["DDFF"] = "Dual-edge-triggered flip-flop";
|
||
|
messages["DDEFF"] = "Dual-edge-triggered flip-flop with clock enable";
|