English

HTCC: Haskell to Handel-C Compiler

Programming Languages 2019-07-19 v1

Abstract

Functional programming languages, such as Haskell, enable simple, concise, and correct-by-construction hardware development. HTCC compiles a subset of Haskell to Handel-C language with hardware output. Moreover, HTCC generates VHDL, Verilog, EDIF, and SystemC programs. The design of HTCC compiler includes lexical, syntax and semantic analyzers. HTCC automates a transformational derivation methodology to rapidly produce hardware that maps onto Field Programmable Gate Arrays (FPGAs) . HTCC is generated using ANTLR compiler-compiler tool and supports an effective integrated development environment. This paper presents the design rationale and the implementation of HTCC. Several sample generations of first-class and higher-order functions are presented. In-addition, a compilation case-study is presented for the XTEA cipher. The investigation comprises a thorough evaluation and performance analysis. The targeted FPGAs include Cyclone II, Stratix IV, and Virtex-6 from Altera and Xilinx.

Keywords

Cite

@article{arxiv.1907.07764,
  title  = {HTCC: Haskell to Handel-C Compiler},
  author = {Ahmed Ablak and Issam Damaj},
  journal= {arXiv preprint arXiv:1907.07764},
  year   = {2019}
}

Comments

8 pages, 8 figures, 2 tables

R2 v1 2026-06-23T10:23:42.570Z