116 lines
4.5 KiB
HTML
116 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-accent-color="violet" data-content_root="./">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Search - Icarus Verilog documentation</title><link rel="shortcut icon" href="_static/favicon.ico"/><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" /><script>
|
|
function setColorMode(t){let e=document.documentElement;e.setAttribute("data-color-mode",t);let a=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,s=t;"auto"===t&&(s=a?"dark":"light"),"light"===s?(e.classList.remove("dark"),e.classList.add("light")):(e.classList.remove("light"),e.classList.add("dark"))}
|
|
setColorMode(localStorage._theme||"auto");
|
|
</script><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=ad592e98" />
|
|
<link rel="stylesheet" type="text/css" href="_static/shibuya.css?v=44020203" />
|
|
<link media="print" rel="stylesheet" type="text/css" href="_static/print.css?v=20ff2c19" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--sy-f-text: "Inter", var(--sy-f-sys), var(--sy-f-cjk), sans-serif;
|
|
--sy-f-heading: "Inter", var(--sy-f-sys), var(--sy-f-cjk), sans-serif;
|
|
}
|
|
</style>
|
|
|
|
<script src="searchindex.js" defer="defer"></script>
|
|
<meta name="robots" content="noindex" />
|
|
|
|
</head>
|
|
<body><div class="sy-head">
|
|
<div class="sy-head-blur"></div>
|
|
<div class="sy-head-inner sy-container mx-auto">
|
|
<a class="sy-head-brand" href="index.html">
|
|
|
|
|
|
<strong>Icarus Verilog</strong>
|
|
</a>
|
|
<div class="sy-head-nav" id="head-nav">
|
|
<nav class="sy-head-links"></nav>
|
|
<div class="sy-head-extra flex items-center print:hidden"><div class="sy-head-socials">
|
|
<a href="https://github.com/steveicarus/iverilog" aria-label="GitHub">
|
|
<iconify-icon icon="simple-icons:github"></iconify-icon>
|
|
</a></div></div>
|
|
</div>
|
|
<div class="sy-head-actions flex items-center shrink-0 print:hidden"><button class="js-theme theme-switch flex items-center"
|
|
data-aria-auto="Switch to light color mode"
|
|
data-aria-light="Switch to dark color mode"
|
|
data-aria-dark="Switch to auto color mode">
|
|
<i class="i-lucide theme-icon"></i>
|
|
</button><button class="md:hidden flex items-center js-menu" aria-label="Menu" type="button" aria-controls="head-nav" aria-expanded="false">
|
|
<div class="hamburger">
|
|
<span class="hamburger_1"></span>
|
|
<span class="hamburger_2"></span>
|
|
<span class="hamburger_3"></span>
|
|
</div>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div><div class="sy-container mx-auto body">
|
|
<main class="sy-content mx-auto pt-12 px-6 xl:px-12 break-words">
|
|
<article class="yue" role="main">
|
|
|
|
<h1 id="search-documentation">Search</h1>
|
|
|
|
<noscript>
|
|
<div class="admonition warning">
|
|
<p>
|
|
Please activate JavaScript to enable the search
|
|
functionality.
|
|
</p>
|
|
</div>
|
|
</noscript>
|
|
|
|
|
|
<p>
|
|
Searching for multiple words only shows matches that contain
|
|
all words.
|
|
</p>
|
|
|
|
|
|
<form class="searchform" action="" method="get">
|
|
<input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
<button type="submit">search</button>
|
|
</form>
|
|
<p><span id="search-progress"></span></p>
|
|
|
|
|
|
<div id="search-results"></div>
|
|
|
|
|
|
</article>
|
|
|
|
</main>
|
|
</div><footer class="sy-foot">
|
|
<div class="sy-foot-inner sy-container mx-auto">
|
|
<div class="sy-foot-reserved md:flex justify-between items-center">
|
|
<div class="sy-foot-copyright"><p>2024-2026, Stephen Williams</p>
|
|
|
|
<p>
|
|
Made with
|
|
|
|
<a href="https://www.sphinx-doc.org/">Sphinx</a> and
|
|
|
|
<a href="https://shibuya.lepture.com">Shibuya theme</a>.
|
|
</p>
|
|
</div>
|
|
<div class="sy-foot-socials">
|
|
<a href="https://github.com/steveicarus/iverilog" aria-label="GitHub">
|
|
<iconify-icon icon="simple-icons:github"></iconify-icon>
|
|
</a></div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
<script src="_static/doctools.js?v=9bcbadda"></script>
|
|
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
<script src="_static/shibuya.js?v=cac61aee"></script>
|
|
<script src="_static/searchtools.js"></script>
|
|
<script src="_static/language_data.js"></script></body>
|
|
</html> |