Skip to content
Snippets Groups Projects
Commit d72127f9 authored by Bourgoin Thomas's avatar Bourgoin Thomas
Browse files

Modifaction sur le diviseur de fréquence (mapping de la sortie)

parent 25521afa
Branches Quentin
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ BEGIN
--PORT MAP ( in_clk => MAX10_CLK1_50, out_cpt23 => H);
DivFreqInst : Compteur_Decompteur_NBits
PORT MAP(clock => MAX10_CLK1_50, Din => (others => '0'), reset => '0', load => '0', Cin => '1', UpDown => '1');
PORT MAP(clock => MAX10_CLK1_50, Dout => DivFreqOut, Cin => '1', Din => (others => '0'), reset => '0', load => '0', UpDown => '1');
DINTEMP(7 DOWNTO 2)<= SW(9 DOWNTO 4);
DINTEMP(1 DOWNTO 0)<= "00";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment