##// END OF EJS Templates
modif alexis - CNA
pellion -
r539:ba59fa3696fb (LFR-EM) WFP_MS_1-1-62 JC
parent child
Show More
@@ -391,7 +391,7 BEGIN -- beh
391 391 pirq_ms => 6,
392 392 pirq_wfp => 14,
393 393 hindex => 2,
394 top_lfr_version => X"01013D") -- aa.bb.cc version
394 top_lfr_version => X"01013E") -- aa.bb.cc version
395 395 -- AA : BOARD NUMBER
396 396 -- 0 => MINI_LFR
397 397 -- 1 => EM
@@ -65,11 +65,11 BEGIN
65 65 PROCESS(clk, rstn)
66 66 BEGIN
67 67 IF rstn = '0' then
68 shifting_R <= '0';
68 -- shifting_R <= '0';
69 69 SMP_CLK_R <= '0';
70 70 ELSIF clk'EVENT AND clk = '1' then
71 71 SMP_CLK_R <= SMP_CLK;
72 shifting_R <= shifting;
72 -- shifting_R <= shifting;
73 73 END IF;
74 74 END PROCESS;
75 75
General Comments 0
You need to be logged in to leave comments. Login now