summaryrefslogtreecommitdiff
path: root/2004/n/fpga/src/pwm/pwm_nono.vhd
diff options
context:
space:
mode:
Diffstat (limited to '2004/n/fpga/src/pwm/pwm_nono.vhd')
-rw-r--r--2004/n/fpga/src/pwm/pwm_nono.vhd4
1 files changed, 2 insertions, 2 deletions
diff --git a/2004/n/fpga/src/pwm/pwm_nono.vhd b/2004/n/fpga/src/pwm/pwm_nono.vhd
index 992588c..f136072 100644
--- a/2004/n/fpga/src/pwm/pwm_nono.vhd
+++ b/2004/n/fpga/src/pwm/pwm_nono.vhd
@@ -39,7 +39,7 @@ port (
end component;
-- Générateur d'horloge à 1us.
-component clk1us is
+component clk200ns is
port(
RST : in std_logic;
CLK : in std_logic; --40MHz
@@ -87,7 +87,7 @@ port map(
);
--
-Clock_div : clk1us
+Clock_div : clk200ns
port map(
rst,
clk,