Commit 5e8c64ed authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

wr_time: eca now calculates time in nanoseconds, not cycles

parent ea0cc0ac
......@@ -138,6 +138,6 @@ begin
end if;
end process;
time_o <= r0_time_out;
time_o <= r0_time_out(60 downto 0) & "000";
end rtl;
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