From 057c5fe75fcbdf19f1eec7c1457293d25397f21a Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Mon, 27 Nov 2023 13:02:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A012.=20=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BF=D0=B5?= =?UTF-8?q?=D1=87=D0=B0=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/12. Peripheral units/peripheral modules/hex_digits.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/12. Peripheral units/peripheral modules/hex_digits.sv b/Labs/12. Peripheral units/peripheral modules/hex_digits.sv index 36f6fb5..7982025 100644 --- a/Labs/12. Peripheral units/peripheral modules/hex_digits.sv +++ b/Labs/12. Peripheral units/peripheral modules/hex_digits.sv @@ -12,7 +12,7 @@ module hex_digits( output logic [6:0] hex_led, // Выходной сигнал, контролирующий каждый отдельный светодиод индикатора output logic [7:0] hex_sel // Выходной сигнал, указывающий на какой индикатор выставляется hex_led ); - localparam pwm = 32'32d1000;//шим сегментов + localparam pwm = 32'd1000; //шим сегментов logic [9:0] counter; logic [4:0] semseg;