Skip to content
Snippets Groups Projects
Commit 16193981 authored by Rocco Ardino's avatar Rocco Ardino
Browse files

Fix syntax error in packager

parent c10e0e7d
Branches
No related tags found
1 merge request!84L1calo add crc error flag
Pipeline #12192347 failed
Pipeline: scouting-preprocessor

#12192350

    Pipeline: scouting-preprocessor

    #12192349

      Pipeline: scouting-preprocessor

      #12192348

        ......@@ -24,7 +24,7 @@ entity packager is
        orbits_per_packet : in unsigned(15 downto 0);
        orbits_per_chunk : in std_logic_vector(19 downto 0);
        wait_for_oc1 : in std_logic;
        crc_err_flag : in std_logic := 0; -- TODO: default value is temporary (to avoid compilation errors in other projects not using it)
        crc_err_flag : in std_logic := '0'; -- TODO: default value is temporary (to avoid compilation errors in other projects not using it)
        d : in adata(NSTREAMS -1 downto 0);
        d_ctrl : in acontrol;
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment