You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><b>v 0.9.0 - now only works properly on Windows</b></p>
4
+
<h1>HL simulator</h1>
5
+
</div>
3
6
4
-
This software is used to simulate sequential and combinational circuits. It allows the creation of complex circuits with the possibility of creating a module to simplify work. You can also writing program in assembly language for your circuits. Program can export project as library for further use in other user projects.
7
+
HL Simulator is a circuit simulation tool that enables users to design and simulate sequential and logic circuits of various complexities. This application is built with Java and offers an intuitive interface for creating, editing, and simulating circuits.
With HL Simulator, users can easily build complex circuits by selecting from a wide range of built-in logic gates and other circuit components. The application supports simulation of both synchronous and asynchronous circuits, allowing users to observe how their circuits behave over time.
10
+
11
+
HL Simulator offers a range of simulation options, including smooth simulation at adjustable speeds and step-by-step simulation. This makes it easy for users to track the behavior of their circuits as they change over time.
12
+
13
+
Overall, HL Simulator is an essential tool for any electrical engineer or hobbyist looking to design and simulate complex circuits with ease.
14
+
15
+
## Workspace
16
+
17
+
<imgsrc="./img/img2.png">
18
+
19
+
## Project Wizard
20
+
<divalign="center">
21
+
<img src="./img/img5.png">
22
+
</div>
23
+
24
+
## Diagnostic tools
25
+
26
+
Software also provides several diagnostic tools. The first of these is the step-by-step simulation feature, which allows users to easily track the behavior of the circuit.
27
+
28
+
Additionally, HL simulator includes a digital grapher (oscilloscope), which enables real-time monitoring of the states in any part of the circuit. With these powerful diagnostic tools, users can quickly identify and troubleshoot any issues that arise during circuit design and testing.
29
+
30
+
<imgsrc="./img/img3.png">
31
+
32
+
## Modules
33
+
34
+
Another important feature of HL Simulator is the ability to create circuit modules that can be reused in other parts of the circuit. This significantly simplifies the design process and allows for the creation of much more complex circuits.
35
+
36
+
Once a module is created, it can be easily imported into other circuits, making it possible to build larger and more intricate systems. This feature also enables the creation of a library of standard modules that can be shared and reused across different projects, promoting greater collaboration and efficiency in the design process.
37
+
38
+
<imgsrc="./img/img7.png">
39
+
40
+
## ASM language programmer
41
+
42
+
HL simulator also offers a built-in environment for developing simple applications in assembly language. The software allows for programming virtual microprocessors and their corresponding instruction sets. Once the program is compiled, it can be uploaded in binary format to the chosen ROM memory (external or internal) with which the microcontroller communicates. When the simulation is started, the program execution begins and can be observed in real-time. This feature provides a convenient way to test and debug microcontroller programs without the need for hardware.
43
+
44
+
<imgsrc="./img/img4.png">
45
+
46
+
## Karnaugh map
47
+
Furthermore, HL Simulator also offers a tool for diagnosing combinational circuits called "Karnaugh map." This tool allows defining the behavior of the combinational circuit directly in the map and then automatically generates the output equation and builds the circuit from it. This significantly simplifies the process of designing and implementing combinational circuits.
48
+
49
+
<divalign="center">
50
+
<img src="./img/img6.png">
51
+
</div>
7
52
8
53
## Keyboard shortcuts
9
54
* Global
@@ -22,28 +67,18 @@ This software is used to simulate sequential and combinational circuits. It allo
HL Simulator was created as an open-source project by Martin Krčma. The project is available on the [GitHub] platform and can be modified and distributed in accordance with the terms of the GNU General Public License v3.0.
0 commit comments