Commit aab56b90 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: cleanup of whitespace and fix of some misaligned code

parent 9e8b9b62
......@@ -378,7 +378,8 @@ begin
acam_stb <= '1';
acam_we <= '0';
time_c_en <= '0';
time_c_rst <= '0'; -----------------------------------------------
time_c_rst <= '0';
-----------------------------------------------
if deactivate_acq_p_i = '1' then
nxt_engine_st <= INACTIVE;
......@@ -420,7 +421,8 @@ begin
acam_stb <= '1';
acam_we <= '0';
time_c_en <= '0';
time_c_rst <= '0'; -----------------------------------------------
time_c_rst <= '0';
-----------------------------------------------
if acam_ack_i = '1' and acam_adr = x"0E" then -- last address
nxt_engine_st <= INACTIVE;
......
......@@ -820,4 +820,3 @@ end tdc_core_pkg;
---------------------------------------------------------------------------------------------------
-- E N D O F F I L E
---------------------------------------------------------------------------------------------------
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