Gezel

From Handwiki

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++.

A Hello World Program

dp helloWorld(){
   always {
      $display("Hello World");
   }
}

system S {
   helloWorld;
}

References

  1. Hansen, Michael R.; Madsen, Jan; Brekling, Aske Wiid (2007). "Semantics and Verification of a Language for Modelling Hardware Architectures". Formal Methods and Hybrid Real-Time Systems. Springer Berlin Heidelberg. pp. 300–319. ISBN 9783540752219. 




Retrieved from "https://handwiki.org/wiki/index.php?title=Gezel&oldid=2647986"

Categories: [Hardware description languages]


Download as ZWI file | Last modified: 08/06/2024 11:19:00 | 48 views
☰ Source: https://handwiki.org/wiki/Gezel | License: CC BY-SA 3.0

ZWI is not signed. [what is this?]