Skip to content

Commit

Permalink
Updated Reset counter process
Browse files Browse the repository at this point in the history
added dcm_locked to sensitivity list
  • Loading branch information
AdamI75 committed Jan 17, 2018
1 parent efe9ca2 commit 84aa4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasper_library/hdl_sources/forty_gbe/forty_gbe.vhd
Expand Up @@ -1375,7 +1375,7 @@ begin

-- GT 29/03/2017 NEED TO ENSURE FIRMWARE IS RESET AS FPGA BOOTS
-- FROM SDRAM RECONFIGURATION, WAS ONLY BEING RESET ON POWER UP
gen_fpga_reset_counter : process(FPGA_RESET_N, sys_clk)
gen_fpga_reset_counter : process(FPGA_RESET_N, dcm_locked, sys_clk)
begin
if (FPGA_RESET_N = '0' or dcm_locked = '0')then
fpga_reset_counter <= (others => '0');
Expand Down

0 comments on commit 84aa4be

Please sign in to comment.