Skip to content
Snippets Groups Projects
Commit 1b9f8e16 authored by RoccoA97's avatar RoccoA97 Committed by Rocco Ardino
Browse files

Apparently I was using something that can't be implemented on hardware but the...

Apparently I was using something that can't be implemented on hardware but the compilation was not failing
parent bc744749
Branches
Tags
1 merge request!80Refactoring VCU128 project with "scouting pipelines" framework to allow multiple scouting sources on same board
...@@ -138,7 +138,7 @@ architecture Behavioral of packager is ...@@ -138,7 +138,7 @@ architecture Behavioral of packager is
signal rst_n : std_logic; signal rst_n : std_logic;
-- orbits per chunk -- orbits per chunk
signal orbits_per_chunk_mask : integer; signal orbits_per_chunk_mask : std_logic_vector(19 downto 0);
signal chunk_start_found : std_logic := '0'; signal chunk_start_found : std_logic := '0';
-- packet header -- packet header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment