English

Python-based DSL for generating Verilog model of Synchronous Digital Circuits

Hardware Architecture 2024-06-14 v1

Abstract

We have designed a Python-based Domain Specific Language (DSL) for modeling synchronous digital circuits. In this DSL, hardware is modeled as a collection of transactions -- running in series, parallel, and loops. When the model is executed by a Python interpreter, synthesizable and behavioural Verilog is generated as output, which can be integrated with other RTL designs or directly used for FPGA and ASIC flows. In this paper, we describe - 1) the language (DSL), which allows users to express computation in series/parallel/loop constructs, with explicit cycle boundaries, 2) the internals of a simple Python implementation to produce synthesizable Verilog, and 3) several design examples and case studies for applications in post-quantum cryptography, stereo-vision, digital signal processing and optimization techniques. In the end, we list ideas to extend this framework.

Keywords

Cite

@article{arxiv.2406.09208,
  title  = {Python-based DSL for generating Verilog model of Synchronous Digital Circuits},
  author = {Mandar Datar and Dhruva S. Hegde and Vendra Durga Prasad and Manish Prajapati and Neralla Manikanta and Devansh Gupta and Janampalli Pavanija and Pratyush Pare and Akash and Shivam Gupta and Sachin B. Patkar},
  journal= {arXiv preprint arXiv:2406.09208},
  year   = {2024}
}

Comments

9 pages, 13 figures

R2 v1 2026-06-28T17:04:42.432Z