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
No related branches found
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 ...@@ -269,7 +269,7 @@ begin
g_stage_dat_w => c_stage_dat_w, g_stage_dat_w => c_stage_dat_w,
g_guard_w => g_guard_w, g_guard_w => g_guard_w,
g_nof_points => g_nof_points, 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( port map(
clk => clk, clk => clk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment