Skip to content

Commit

Permalink
ЛР12. Исправление синтаксиса в hex_digits.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Nov 25, 2023
1 parent 149b500 commit 9d975d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/12. Peripheral units/hex_digits.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module hex_digits(
output logic [6:0] hex_led, // Выходной сигнал, контролирующий каждый отдельный светодиод индикатора
output logic [7:0] hex_sel // Выходной сигнал, указывающий на какой индикатор выставляется hex_led
);
localparam pwm 1000 //шим сегментов
localparam pwm = 32'32d1000;//шим сегментов

logic [9:0] counter;
logic [4:0] semseg;
Expand Down

0 comments on commit 9d975d8

Please sign in to comment.