Английская Википедия:Gezel

Материал из Онлайн справочника
Версия от 02:44, 14 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Multiple issues| {{refimprove|date=December 2010}} {{notability|date=December 2010}} }} '''Gezel''' is a hardware description language, allowing the implementation of a Finite State Machine + Datapath (FSMD) model.<ref>{{cite book |last1=Hansen |first1=Michael R. |last2=Madsen |first2=Jan |last3=Brekling |first3=Aske Wiid |year=2007 |chapter=Semantics and Verification of a La...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Multiple issues 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


Шаблон:Technology-stub Шаблон:Computing-stub