⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mico8_toc.html

📁 Lattice 超精简8位软核CPU--Mico8
💻 HTML
字号:
<HTML>
<HEAD><TITLE>Top of Contents</TITLE>
<STYLE TYPE="text/css">
<!--
.blink {text-decoration:blink}
.ms  {font-size: 10pt; font-family: monospace; font-weight: normal}
.msb {font-size: 10pt; font-family: monospace; font-weight: bold  }
-->
</STYLE>
<script LANGUAGE="JavaScript">
var bV = parseInt(navigator.appVersion); 
NS4 = (document.layers) ? 1 : 0 
IE4 = ((document.all) && (bV >= 4)) ? 1 : 0; 
ver4 = (NS4 || IE4) ? 1 : 0; 
NS6 = (!ver4 && document.getElementById) ? 1 : 0; 

if (ver4 || NS6) {
  with (document)  { 
    write("<STYLE TYPE='text/css'>")
    if (NS4 || NS6) { 
      write(".parent {position:absolute; visibility:visible}")
      write(".child {position:absolute; visibility:hidden}")
      write(".regular  {position:absolute; visibility:visible}")
    } else {
      write(".child {display:none}")
    } 
    write("</STYLE>")
  }
}

/* ******** THIS FUNCTION RETURNS ORDER OF LAYERS ******* */ 
function getIndex(head) {
  ind = null;
  if (NS4) {
    for (i=0; i < document.layers.length; i++) {
       whichHead = document.layers[i];
       if (whichHead.id == head) {
         ind = i;
         break;
       }
    }
  }
  else
    ind = head; 
  return ind;
} 

/* ********* THIS FUNCTION RETURNS NUMBER OF LAYERS  *********** */
function arrange() {
  if (NS4) {
  nextY =  document.layers[ind].pageY + document.layers[ind].document.height;
    for (i = ind +1; i <document.layers.length; i++) {
      whichHead = document.layers[i];
      if (whichHead.visibility != "hide")  {
        whichHead.pageY      = nextY;
        nextY += whichHead.document.height;
      }
    }
  }
  else {
    whichHead = document.getElementById(ind);
    nextY = whichHead.offsetTop + whichHead.offsetHeight;
    while (whichHead = whichHead.nextSibling) {
      if (whichHead.nodeName == "DIV" && whichHead.style.visibility != "hidden")  {
        whichHead.style.top    = nextY;
        nextY += whichHead.offsetHeight;
      }
    }
  }
}

/* ********* THIS FUNCTION ALIGNS LAYERS BASED ON BROWSER ************ */
function initIt()  {
  if (!ver4 && !NS6) return;
  if (NS4) {
    for (i=0; i<document.layers.length; i++) {
      whichHead = document.layers[i];
      if (whichHead.id.indexOf("Child") != -1)
        whichHead.visibility = "hide";
      }
      arrange();
    }
  else if (IE4){
    divColl = document.all.tags("DIV");
    for (i=0; i<divColl.length;    i++) {
      whichHead = divColl(i);
      if (whichHead.className == "Child")
        whichHead.style.display    = "none";
    }
  }
  else {
    divColl = document.getElementsByTagName("DIV");
    for (i=0; i <divColl.length; i++) {
      whichHead = divColl[i];
      if (whichHead.className == "Child")
        whichHead.style.visibility = "hidden";
    }
    arrange();
  }
}

/* ********** THIS FUNCTION EXPANDS THE LAYERS ********* */
function expandIt(head) {
  if (!ver4 && !NS6) return;
  if (IE4) {
    whichHead = eval(head + "_Child");
    if (whichHead.style.display == "none") {
      whichHead.style.display      = "block";
    }
    else {
      whichHead.style.display      = "none";
    }
  }
  else if (NS4) {
    whichHead = eval("document." + head + "_Child");
    if (whichHead.visibility == "hide")  {
      whichHead.visibility = "show";
    }
    else {
      whichHead.visibility = "hide";
    }
    arrange();
  }
  else {
    whichHead = document.getElementById(head + "_Child");
    if (whichHead.style.visibility == "hidden")  {
      whichHead.style.visibility = "visible";
    }
    else {
      whichHead.style.visibility = "hidden";
    }
    arrange();
  }
}

onload = initIt;

</script> 
</HEAD>
<BODY onResize="parent.left.location.reload()">
<H3 align=center>Table of Contents</H3>
<PRE>
<DIV ID="Info" CLASS="parent"><LI><A href='mico8_info.html#Info' Target='right' onClick="expandIt('Info'); return true">Project Summary</A></LI></DIV><DIV ID="Info_Child" CLASS="Child"><UL><LI><A href='mico8_info.html#Info' Target='right'>Top</A></LI>
</UL>
</DIV><DIV ID="Mrp" CLASS="parent"><LI><A href='mico8_mrp.html#Mrp' Target='right' onClick="expandIt('Mrp'); return true">Map Report</A></LI></DIV><DIV ID="Mrp_Child" CLASS="Child"><UL><LI><A href='mico8_mrp.html#Mrp' Target='right'>Top</A></LI>
<LI><A href='mico8_mrp.html#mrp_di' Target='right'>Design Information</A></LI>
<LI><A href='mico8_mrp.html#mrp_ds' Target='right'>Design Summary</A></LI>
<LI><A href='mico8_mrp.html#mrp_dwe' Target='right'>Design Errors/Warnings</A></LI>
<LI><A href='mico8_mrp.html#mrp_ioa' Target='right'>IO (PIO) Attributes</A></LI>
<LI><A href='mico8_mrp.html#mrp_mem' Target='right'>Memory Usage</A></LI>
<LI><A href='mico8_mrp.html#mrp_rm' Target='right'>Removed logic</A></LI>
<LI><A href='mico8_mrp.html#mrp_sym' Target='right'>Symbol Cross Reference</A></LI>
<LI><A href='mico8_mrp.html#mrp_sig' Target='right'>Signal Cross Reference</A></LI>
<LI><A href='mico8_mrp.html#mrp_pgr' Target='right'>PGROUP Utilization</A></LI>
</UL>
</DIV><DIV ID="Par" CLASS="parent"><LI><A href='mico8_par.html#Par' Target='right' onClick="expandIt('Par'); return true">Place & Route Report</A></LI></DIV><DIV ID="Par_Child" CLASS="Child"><UL><LI><A href='mico8_par.html#Par' Target='right'>Top</A></LI>
<LI><A href='mico8_par.html#par_cts' Target='right'>Cost Table Summary</A></LI>
<LI><A href='mico8_par.html#par_best' Target='right'>Best Par Run</A></LI>
<LI><A href='mico8_par.html#par_dus' Target='right'>Device utilization summary</A></LI>
<LI><A href='mico8_par.html#par_clk' Target='right'>Clock Report</A></LI>
</UL>
</DIV><DIV ID="Pad" CLASS="parent"><LI><A href='mico8_pad.html#Pad' Target='right' onClick="expandIt('Pad'); return true">PAD Specification File</A></LI></DIV><DIV ID="Pad_Child" CLASS="Child"><UL><LI><A href='mico8_pad.html#Pad' Target='right'>Top</A></LI>
<LI><A href='mico8_pad.html#pad_vref' Target='right'>Vref by Bank</A></LI>
<LI><A href='mico8_pad.html#pad_pin' Target='right'>Pinout by Pin Number</A></LI>
</UL>
</DIV><DIV ID="Par_Twr" CLASS="parent"><LI><A href='mico8_twr.html#Par_Twr' Target='right' onClick="expandIt('Par_Twr'); return true">Place & Route TRACE Report</A></LI></DIV><DIV ID="Par_Twr_Child" CLASS="Child"><UL><LI><A href='mico8_twr.html#Par_Twr' Target='right'>Top</A></LI>
<LI><A href='mico8_twr.html#par_twr_ps' Target='right'>Preference summary</A></LI>
<LI><A href='mico8_twr.html#par_twr_rs' Target='right'>Report summary</A></LI>
<LI><A href='mico8_twr.html#par_twr_ts' Target='right'>Timing summary</A></LI>
</UL>
</DIV></UL>
</PRE>
<script LANGUAGE="JavaScript">
/* ******** IDENTIFIER THE FIRST DIV ********* */
if (NS4 || NS6) {
   firstHead = "Info";
   firstInd = getIndex(firstHead);
   arrange();
}
</script>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -