how to implement HDL coder "clock enable"

11 visualizaciones (últimos 30 días)
Lennert Es
Lennert Es el 8 de Oct. de 2019
Comentada: SHIYU SONG el 10 de Mzo. de 2022
Dear all,
I am using HDL coder to generate VHDL code for an FPGA.
When I use certain blocks such as a counter ("HDL counter" or "counter limited" for example), the VHDL code also generates a "clk_enable" input on top of the normal "clk".
I have assigned the "clk" pin to the onboard 50MHz clock, but how should I assign the "clk_enable" pin?
I would like the counter to run continuously so smehow the clk_enable should remain HIGH.
Kind regards,
Lennert

Respuestas (1)

Priyanshu Mishra
Priyanshu Mishra el 11 de Oct. de 2019
Hi Lennert,
To run the counter continuously, set the clk_enable signal to ‘1’. For information on clock enable signal, I would suggest you go through the following link
  1 comentario
SHIYU SONG
SHIYU SONG el 10 de Mzo. de 2022
Hi,
I have the same question that I need to run the counter continuously, which means the clk_enable signal should always be 1. So, how can I remove this automatically generated port?
Thank you !

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by