Skip to content

Synthesizable VHDL operator floating point library

Notifications You must be signed in to change notification settings

larsjoost/vhdl_float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

vhdl_float

Synthesizable VHDL operator floating point library that enables writing floating point expression using operators and then delay the result by a series of registers. The synthesize tool must implement retiming.

Example:

q <= (a + b) / c;

registers_i: entity work.delay generic map (10) port map (clk, q, q_out);

About

Synthesizable VHDL operator floating point library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages