From d72127f9d7dc399a5e8c38c3f3f6b36e6d4b018b Mon Sep 17 00:00:00 2001 From: Bourgoin Thomas <thomas.bourgoin@insa-rennes.fr> Date: Sat, 17 Apr 2021 09:52:42 +0200 Subject: [PATCH] =?UTF-8?q?Modifaction=20sur=20le=20diviseur=20de=20fr?= =?UTF-8?q?=C3=A9quence=20(mapping=20de=20la=20sortie)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TopLevel.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TopLevel.vhd b/TopLevel.vhd index 13a618e..8743664 100644 --- a/TopLevel.vhd +++ b/TopLevel.vhd @@ -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"; -- GitLab