a library which uses Python as a hardware description language, using
[pkgsrc.git] / cad / py-MyHDL / DESCR
1 MyHDL is a Python package for using Python as a hardware
2 description language. Popular hardware description languages, like
3 Verilog and VHDL, are compiled languages. MyHDL with Python
4 can be viewed as a "scripting language" counterpart of such
5 languages. However, Python is more accurately described as a very
6 high level language (VHLL). MyHDL users have access to the
7 amazing power and elegance of Python for their modeling work.