BHa2R00 / fp_gen

Generator of synthesizable float point operators in Verilog HDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fp_gen

Generator of synthesizable float point operators in Verilog HDL

Depends:

  1. tinylisp
  2. tinylisp_extra_funcs

format

Format constraints:

  1. Little endian.
  2. sign-expt_msb==1
  3. expt_lsb-frac_msb==1
  4. frac_lsb==0

Operators:

operators

About

Generator of synthesizable float point operators in Verilog HDL

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Verilog 85.3%Language:NewLisp 14.7%