mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-10 02:05:48 +00:00
86 lines
3.2 KiB
HTML
86 lines
3.2 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="en">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<title>
|
|||
|
User Guide
|
|||
|
</title>
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|||
|
<meta name="description" content="Schematic Editor and Simulator" />
|
|||
|
<meta name="author" content="tomcl" />
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<link rel="icon" type="image/x-icon" href="content/img/icon.ico" />
|
|||
|
<link rel="stylesheet" href="content/style.css" />
|
|||
|
|
|||
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|||
|
<!--[if lt IE 9]>
|
|||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|||
|
<![endif]-->
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h><a name="Home" href="index.html"></a></h>
|
|||
|
<div class="topnav">
|
|||
|
<a href="index.html" style="font-size: 30px; font-weight:bolder">ISSIE</a>
|
|||
|
<a href="UserGuide.html">User Guide</a>
|
|||
|
<a href="DeveloperInfo.html">Developer Info</a>
|
|||
|
<a href="Contact.html">Contact</a>
|
|||
|
<div class="topnav-right">
|
|||
|
<a href="Download.html">Download</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="GeneralText">
|
|||
|
|
|||
|
<div id="toc_container">
|
|||
|
<p class="toc_title">Contents</p>
|
|||
|
<ul class="toc_list">
|
|||
|
<li>
|
|||
|
<a href="#ProjectInfo">1 Project Info</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#CreatingProject">1.1 Creating a project</a></li>
|
|||
|
<li><a href="#Saving">1.2 Saving a project</a></li>
|
|||
|
<li><a href="#DesignSheets">1.3 Design sheets</a></li>
|
|||
|
<li><a href="#Exiting">1.4 Exiting the program</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="#Components">2 Components</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#Catalogue">2.1 Catalogue</a></li>
|
|||
|
<li><a href="#AddingComponents">2.2 Adding Components</a></li>
|
|||
|
<li><a href="#EditingComponents">2.3 Editing Components</a></li>
|
|||
|
<li><a href="#MovingComponents">2.4 Moving Components</a></li>
|
|||
|
<li><a href="#DeletingComponents">2.5 Deleting Components</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="#Wires">3 Wires</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#Auto-routing">3.1 Auto-routing</a></li>
|
|||
|
<li><a href="#Manual-routing">3.2 Manual-routing</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="#WidthInference">4 Width Inference</a></li>
|
|||
|
<li>
|
|||
|
<a href="#Simulation">5 Circuit Simulation</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#StepSimulation">5.1 Step Simulation</a></li>
|
|||
|
<li><a href="#WaveformSimulation">5.2 Waveform Simulation</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="#Verilog">6 Verilog Output</a></li>
|
|||
|
<li><a href="#Memory">7 Memory Editor</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
|
|||
|
<br>
|
|||
|
<p>
|
|||
|
CURRENTLY IN PROGRESS, CHECK BACK SOON!
|
|||
|
</p>
|
|||
|
</div>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|