From 8affaf583c93407a3f3e9900bfeacfaf5ca6dda7 Mon Sep 17 00:00:00 2001 From: amnahhebrahim <84268496+amnahhebrahim@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:08:48 +0200 Subject: [PATCH] Update README.md Added some VHDL related simulators --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e79fd9f..51ef246 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,11 @@ This list is for websites, services, software, tools and more: everything that y - [Verilator](https://www.veripool.org/wiki/verilator) - Free, open source Verilog compiler. Test benches are in C++ or SystemC. Very fast, but limted to 2-state, cycle-based simulation, and synthesizeable code only. - [Icarus Verilog](http://iverilog.icarus.com/) - Free, open source verilog interpreter. Test benches are in behavioral verilog. Simulation is 4-state, and event-based. +- [GtkWave] () - GTKWave is a wave viewer, primarily used for debugging digital designs (like those described in Verilog or VHDL) by analyzing simulation output files. +### VHDL Simulators +- [GHDL] (http://ghdl.free.fr/) - GHDL is an open-source compiler and simulator for the VHDL hardware description language. It allows you to analyze, elaborate, and simulate VHDL code, directly translating it into machine code. +- [GtkWave] (https://gtkwave.sourceforge.net/) - GTKWave is a wave viewer, primarily used for debugging digital designs (like those described in Verilog or VHDL) by analyzing simulation output files. ## Gerber Viewers ### Online