Overview
Features & Capabilities
User Growth & Download Statistics
App
- By:
- Ketan Appa
- Rating:
- 4.20 (5)
4.20
- Version:
- 2.4 Last updated: 2026-03-10
- Version code:
- 883208120
- Creation date:
- 2019-04-28
- Compatible devices:
- Size:
- 19.57MB
- URLs:
- Website ,Privacy policy
- Full description:
- See detailed description
- Source:
- Apple Apps Store
- Data ingested on:
- 2026-07-20
- Compare stats and ranking:
- VHDL Compiler vs Pocket VHDL
- VHDL Compiler vs BASIC Programming Compiler
- VHDL Compiler vs Visual Basic (VB.NET) Compiler
Ranking
For Developers
Contact the developer
Chrome-Stats does not own this Apple app. Please use these information below to contact the Apple app developer.
User Reviews
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;
by Td*****, 2019-11-07
Best VHDL Compiler Alternatives
Here are some Apple apps that are similar to VHDL Compiler:
Pocket VHDL
ki youn ryu
BASIC Programming Compiler
Ketan Appa
Visual Basic (VB.NET) Compiler
Ketan Appa
C# Programming Compiler
Ketan Appa
Go Programming Compiler
Ketan Appa
Madona: Run MATLAB/Octave code
Ketan Appa
C/C++ Programming Compiler
Ketan Appa
Quantum Programming Compiler
Ketan Appa
Basic Programming Language
Anastasia Kovba
ASIC & FPGA Design Studio
Yuhsiu Lai
VHDL Ref
squishLogic
R Programming Compiler
Ketan Appa