rekar33
Newbie level 2
help for a code vhdl
hi
please I am beginner in VHDL and I have a project I 24MHZ input and I want output 8kHz and 256khz but I do not know how, is that someone can help me to complete this program
I have to divide by 3000 for 8kHz and then what should I 8kHz multiply for 256khz and finish this entity is clk_div
port (
clk_24MHZ: in std logic;
clk_8KHZ: in std logic;
clk_256KHZ: in std logic);
clk_div end;
hi
please I am beginner in VHDL and I have a project I 24MHZ input and I want output 8kHz and 256khz but I do not know how, is that someone can help me to complete this program
I have to divide by 3000 for 8kHz and then what should I 8kHz multiply for 256khz and finish this entity is clk_div
port (
clk_24MHZ: in std logic;
clk_8KHZ: in std logic;
clk_256KHZ: in std logic);
clk_div end;