Top Qs
Timeline
Chat
Perspective
Gezel
From Wikipedia, the free encyclopedia
Remove ads
Gezel is a hardware description language, allowing the implementation of a Finite-State Machine + Datapath (FSMD) model.[1] The tools included in Gezel allows for simulation, cosimulation as well as compiling into VHDL code. It is possible to extend Gezel through library-blocks written in C++.
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Remove ads
A Hello World Program
dp helloWorld(){
always {
$display("Hello World");
}
}
system S {
helloWorld;
}
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads