Skip to content

Commit 36c4bc4

Browse files
committed
library: Fix indentation issues
Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@analog.com>
1 parent 428faa6 commit 36c4bc4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

library/util_sigma_delta_spi/util_sigma_delta_spi.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ***************************************************************************
22
// ***************************************************************************
3-
// Copyright (C) 2015-2023 Analog Devices, Inc. All rights reserved.
3+
// Copyright (C) 2015-2024 Analog Devices, Inc. All rights reserved.
44
//
55
// In this HDL repository, there are many different and unique modules, consisting
66
// of various HDL (Verilog or VHDL) components. The individual modules are

library/util_sigma_delta_spi/util_sigma_delta_spi_hw.tcl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
#################################################################################
55

66
# ip
7-
package require qsys 14.0
8-
#package require quartus::device
97

8+
package require qsys 14.0
109
source ../../scripts/adi_env.tcl
1110
source ../scripts/adi_ip_intel.tcl
1211

@@ -34,13 +33,13 @@ proc p_elaboration {} {
3433
ad_interface signal spi_active input 1 active
3534
ad_interface signal data_ready output 1 if_pwm
3635

37-
ad_interface clock s_sclk input 1 sclk
36+
ad_interface clock s_sclk input 1 sclk
3837
ad_interface signal s_sdo input 1 sdo
3938
ad_interface signal s_sdo_t input 1 sdo_t
4039
ad_interface signal s_sdi output 1 sdi
4140
ad_interface signal s_cs input $num_cs cs
4241

43-
ad_interface clock m_sclk output 1
42+
ad_interface clock m_sclk output 1
4443
ad_interface signal m_sdo output 1
4544
ad_interface signal m_sdo_t output 1
4645
ad_interface signal m_sdi input 1

0 commit comments

Comments
 (0)