VHDL Compiler

Learn and code in VHDL

Veröffentlicht von: Ketan Appa

Beschreibung

Write VHDL code directly on your iPhone, iPad and iPod Touch! This app is ideal for learning and testing code snippets!
VHDL (VHSIC Hardware Description Language) is a hardware description language used in electronic design automation to describe digital and mixed-signal systems such as field-programmable gate arrays and integrated circuits. VHDL can also be used as a general purpose parallel programming language.
This app uses the open-source GHDL simulator (http://ghdl.free.fr). GHDL is a VHDL compiler that can execute (nearly) any VHDL program. GHDL is not a synthesis tool: you cannot create a netlist with GHDL (yet).
Features:
- Compile and run your program
- View program output or detailed error
- Custom keyboard for easy input of frequently used characters
- Optimized for connecting with external physical/bluetooth keyboard
- Advanced source code editor with syntax highlighting and line numbers
- Open, save, import and share VHDL files.
Limitations:
- Internet connection is required for compilation
- Maximum program running time is 20s
- One file can be run at a time
- All entities should be have the same name as their files.
Ausblenden Mehr anzeigen...

In-App-Käufe

Upgrade
39,00 kr

Screenshots

VHDL Compiler Häufige Fragen

  • Ist VHDL Compiler kostenlos?

    Ja, VHDL Compiler ist kostenlos herunterzuladen, enthält jedoch In-App-Käufe oder Abonnements.

  • Ist VHDL Compiler seriös?

    Nicht genügend Bewertungen, um eine zuverlässige Einschätzung vorzunehmen. Die App benötigt mehr Nutzerfeedback.

    Danke für die Stimme

  • Wie viel kostet VHDL Compiler?

    VHDL Compiler bietet mehrere In-App-Käufe/Abonnements, der durchschnittliche In-App-Preis beträgt 39.00 kr.

  • Wie hoch ist der Umsatz von VHDL Compiler?

    Um geschätzte Einnahmen der VHDL Compiler-App und weitere AppStore-Einblicke zu erhalten, können Sie sich bei der AppTail Mobile Analytics Platform anmelden.

Benutzerbewertung
Die App ist in Schweden noch nicht bewertet.
Bewertungsverlauf

VHDL Compiler Bewertungen

Works great simulates std_logic circuits just fine

Tdurrer on

Vereinigte Staaten

I realized that it’s essential to limit simulation with ultimately a WAIT; statement including a clock generator with limited total time Here is a simple test setup beyond just text: Enjoy.. great job by the developer of the App and the original open source VHDL Compiler Designer ———————————————— -- Hello world program library IEEE; use IEEE.std_logic_1164.all; use std.textio.all; -- Imports the standard textio package. -- Defines a design entity, without any ports. entity hello is end hello; architecture behaviour of hello is signal index : integer:=0; signal clk : std_logic := '0'; begin process(clk) variable l : line; begin if(rising_edge(clk)) then write(l,String'("/")); writeline (output, l); end if; end process; process begin index <= index +1; clk <= not clk; wait for 1 ns; if index > 20 then wait; end if; end process; end behaviour;

Store-Rankings

Ranking-Verlauf
App-Ranking-Verlauf noch nicht verfügbar
Kategorien-Rankings
App ist noch nicht gerankt

VHDL Compiler Konkurrenten

Name
EveryCircuit
N/V
Console for MATLAB programming
100% on-device computation
cl-repl
Common Lisp REPL with editor
VirtualKim - 6502 Emulator
Coding like it's meant to be.
LogicalArt Digital Circuit Sim
Fun with electric circuit
Boolean Algebra
From K-Map to circuit diagrams
VHDL Ref
Reference for VHDL and Verilog
Logic-Gate-Design
Design Simulate Solve Simplify
Karnaugh Map Advanced
Fx Minimizer
N/V

VHDL Compiler Installationen

Letzte 30 Tage

VHDL Compiler Umsatz

Letzte 30 Tage

VHDL Compiler Einnahmen und Downloads

Gewinnen Sie wertvolle Einblicke in die Leistung von VHDL Compiler mit unserer Analytik.
Melden Sie sich jetzt an, um Zugriff auf Downloads, Einnahmen und mehr zu erhalten.