Commit a7736c9b authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

hdl/include/ideal_timestamper.svh: fix default coarse counter range

parent 36614c99
......@@ -14,7 +14,7 @@ module ideal_timestamper
);
parameter g_frac_range = 4096;
parameter g_coarse_range = 256;
parameter g_coarse_range = 125000000;
const time c_frac_step = 8ns / g_frac_range;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment