Allow normalized functions to have a non-representable result.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 7 Apr 2010 12:45:11 +0000 (14:45 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 7 Apr 2010 12:54:40 +0000 (14:54 +0200)
commitab02b890f1921992e1b6b9e19bcaeb57cdd97b78
tree1a75324c475ecda1e4c56b7048c15ac2e77d640c
parent31aaefbc8c86e9fff93fa4fbeaec3302c4679282
Allow normalized functions to have a non-representable result.

An extra boolean argument to getNormalized / isNormalizeable switches
this behaviour when needed (which is never currently).

This commit also removes the unused isNormalizeable'.
cλash/CLasH/Normalize.hs
cλash/CLasH/Normalize/NormalizeTools.hs
cλash/CLasH/VHDL/Generate.hs