Skip to content
Snippets Groups Projects
Commit 11188289 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use g_round_even = false in tb, because golden results use round half away...

Use g_round_even = false in tb, because golden results use round half away instead of round half even.
parent de1680ae
Branches
No related tags found
1 merge request!234Use g_round_even = false in tb, because golden results use round half away...
......@@ -269,7 +269,7 @@ begin
g_stage_dat_w => c_stage_dat_w,
g_guard_w => g_guard_w,
g_nof_points => g_nof_points,
g_round_even => false -- golden results use round half
g_round_even => false -- golden results use round half away instead of round half even
)
port map(
clk => clk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment