English

Design and Implementation of a Takum Arithmetic Hardware Codec

Hardware Architecture 2025-11-27 v4

Abstract

The takum machine number format has been recently proposed as an enhancement over the posit number format, which is considered a promising alternative to the IEEE 754 floating-point standard. Takums retain the useful posit properties, but feature a novel exponent coding scheme that yields more precision for small and large magnitude numbers and a much higher and bounded dynamic range. This paper presents the design and implementation of a hardware codec for both takums (logarithmic number system, LNS) and linear takums (floating-point format). The codec design is emphasised, as it constitutes the primary distinguishing feature compared to logarithmic posits (LNS) and posits (floating-point format), which otherwise share similar internal representations. Furthermore, a novel internal representation for LNS is proposed. The presented takum codec, implemented in VHDL, demonstrates near-optimal scalability and performance on an FPGA. It achieves latency reductions of up to 38% and reduces LUT utilisation up to 50% compared to the best state-of-the-art posit codecs.

Keywords

Cite

@article{arxiv.2408.10594,
  title  = {Design and Implementation of a Takum Arithmetic Hardware Codec},
  author = {Laslo Hunhold},
  journal= {arXiv preprint arXiv:2408.10594},
  year   = {2025}
}

Comments

19 pages, 4 figures

R2 v1 2026-06-28T18:17:45.230Z