English

HDPython: A High Level Python Based Object-Oriented HDL Framework

Programming Languages 2023-01-30 v2

Abstract

We present a High-Level Python-based Hardware Description Language (HDPython), It uses Python as its source language and converts it to standard VHDL. Compared to other approaches of building converters from a high-level programming language into a hardware description language, this new approach aims to maintain an object-oriented paradigm throughout the entire process. Instead of removing all the high-level features from Python to make it into an HDL, this approach goes the opposite way. It tries to show how certain features from a high-level language can be implemented in an HDL, providing the corresponding benefits of high-level programming for the user.

Keywords

Cite

@article{arxiv.2011.02626,
  title  = {HDPython: A High Level Python Based Object-Oriented HDL Framework},
  author = {R. Peschke and K. Nishimura and G. Varner},
  journal= {arXiv preprint arXiv:2011.02626},
  year   = {2023}
}