-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
authored and
GitHub Actions
committed
Aug 11, 2023
0 parents
commit 07c6783
Showing
1,418 changed files
with
403,814 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 61ade23f5fa4a2c2962ce17c94d589a5 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Signal Assignment — pyVHDLParser 0.8.0 documentation</title> | ||
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> | ||
<link rel="stylesheet" href="../../_static/graphviz.css" type="text/css" /> | ||
<link rel="shortcut icon" href="../../_static/favicon.svg"/> | ||
<!--[if lt IE 9]> | ||
<script src="../../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script> | ||
<script src="../../_static/jquery.js"></script> | ||
<script src="../../_static/underscore.js"></script> | ||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script> | ||
<script src="../../_static/doctools.js"></script> | ||
<script src="../../_static/sphinx_highlight.js"></script> | ||
<script src="../../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../../genindex.html" /> | ||
<link rel="search" title="Search" href="../../search.html" /> | ||
<link rel="next" title="Attributes" href="../Attributes/index.html" /> | ||
<link rel="prev" title="Variable Assignment" href="VariableAssignment.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
<a href="../../index.html"> | ||
<img src="../../_static/logo.svg" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
0.8 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../../ProjectGoals.html">Project Goals</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../UseCases.html">Use Cases</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Concepts.html">Concepts</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Installation.html">Installation/Updates</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Dependency.html">Dependencies</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../TestApplication/index.html">Test Applications</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Main Documentation</span></p> | ||
<ul class="current"> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Preprocessing/index.html">0. Pass - Preprocessing</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../TokenStream/index.html">1. Pass - Tokens</a></li> | ||
<li class="toctree-l1 current"><a class="reference internal" href="../index.html">2. Pass - Blocks</a><ul class="current"> | ||
<li class="toctree-l2"><a class="reference internal" href="../MetaBlocks.html">Meta Blocks</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="../CommonBlocks.html">Common Blocks</a></li> | ||
<li class="toctree-l2 current"><a class="reference internal" href="../SpecificBlocks.html">Specific Blocks</a><ul class="current"> | ||
<li class="toctree-l3 current"><a class="reference internal" href="index.html">Assignments</a><ul class="current"> | ||
<li class="toctree-l4"><a class="reference internal" href="VariableAssignment.html">Variable Assignment</a></li> | ||
<li class="toctree-l4 current"><a class="current reference internal" href="#">Signal Assignment</a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Attributes/index.html">Attributes</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../ControlStructures/index.html">Control Structures</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Generates/index.html">Generate Statements</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Instantiation/index.html">Instantiations</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Lists/index.html">Lists and Maps</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../References/index.html">References</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Reporting/index.html">Reporting</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Sequential/index.html">Sequential</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Structural/index.html">Structural</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Types/index.html">Types</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="../Objects/index.html">Objects</a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="../BlockGenerator.html">Block Generator</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="../Usage.html">Usage</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="../Examples.html">Examples</a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../GroupStream/index.html">3. Pass - Groups</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../DocumentObjectModel/index.html">4. Pass - Code-DOM</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../LanguageModel/index.html">VHDL Language Model</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">References</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../../pyVHDLParser/pyVHDLParser.html">Python Class Reference</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../References/index.html">Scripts and Applications</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../../ChangeLog/index.html">ChangeLog</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../License.html">Apache License 2.0</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Doc-License.html">Creative Commons Attribution 4.0 International</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../Glossary.html">Glossary</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../genindex.html">Index</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../py-modindex.html">Python Module Index</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../../index.html">pyVHDLParser</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
|
||
|
||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../../index.html" class="icon icon-home"></a> »</li> | ||
<li><a href="../index.html">2. Pass - Blocks</a> »</li> | ||
<li><a href="../SpecificBlocks.html">Specific Blocks</a> »</li> | ||
<li><a href="index.html">Assignments</a> »</li> | ||
<li>Signal Assignment</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="https://github.com/Paebbels/pyVHDLParser/blob/main/doc/BlockStream/Assignments/SignalAssignment.rst" class="fa fa-github"> Edit on GitHub</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
|
||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<style type="text/css"> | ||
span.bolditalic {font-weight: bold; font-style: italic; } | ||
span.underline {text-decoration: underline; } | ||
</style><section id="signal-assignment"> | ||
<h1>Signal Assignment<a class="headerlink" href="#signal-assignment" title="Permalink to this heading">¶</a></h1> | ||
<section id="signalassignmentblock"> | ||
<h2>SignalAssignmentBlock<a class="headerlink" href="#signalassignmentblock" title="Permalink to this heading">¶</a></h2> | ||
</section> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> | ||
<a href="VariableAssignment.html" class="btn btn-neutral float-left" title="Variable Assignment" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="../Attributes/index.html" class="btn btn-neutral float-right" title="Attributes" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> | ||
</div> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany | ||
Copyright 2016-2017 Patrick Lehmann - Dresden, Germany. | ||
<span class="lastupdated">Last updated on 11.08.2023. | ||
</span></p> | ||
</div>Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/buildthedocs/sphinx.theme">theme</a> | ||
provided by <a href="https://buildthedocs.github.io">Build the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.