Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Removed offset at inputs. Closes #77.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinyar committed Nov 21, 2014
1 parent 9ad41e4 commit b303e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uGMT_algos/firmware/hdl/common/ugmt_constants.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use IEEE.STD_LOGIC_1164.all;

package ugmt_constants is

constant BUFFER_IN_MU_POS_HIGH : natural := 9; -- Start position in input
constant BUFFER_IN_MU_POS_HIGH : natural := 5; -- Start position in input
-- buffer for valid muon.
constant BUFFER_IN_MU_POS_LOW : natural := 4; -- Start position in input
constant BUFFER_IN_MU_POS_LOW : natural := 0; -- Start position in input
-- buffer for valid muon.

-- Start and end positions for buffers for outputs.
Expand Down

0 comments on commit b303e2f

Please sign in to comment.