Skip to content

Commit

Permalink
Edited files due to guideline check. Attempt 1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@analog.com>
  • Loading branch information
actorreno committed Dec 12, 2024
1 parent bd661a4 commit 642def5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion projects/ad353xr/coraz7s/system_constr.xdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
7 changes: 3 additions & 4 deletions projects/ad353xr/coraz7s/system_top.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
// Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
//
// In this HDL repository, there are many different and unique modules, consisting
// of various HDL (Verilog or VHDL) components. The individual modules are
Expand Down Expand Up @@ -62,7 +62,7 @@ module system_top (

inout [ 1:0] btn,
inout [ 5:0] led,

inout iic_ard_scl,
inout iic_ard_sda,

Expand Down Expand Up @@ -152,6 +152,5 @@ module system_top (
.spi1_sdo_o(),
.iic_ard_scl_io (iic_ard_scl),
.iic_ard_sda_io (iic_ard_sda));

endmodule

endmodule
2 changes: 1 addition & 1 deletion projects/ad353xr/de10nano/system_constr.sdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion projects/ad353xr/de10nano/system_project.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
2 changes: 1 addition & 1 deletion projects/ad353xr/de10nano/system_qsys.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
5 changes: 1 addition & 4 deletions projects/ad353xr/de10nano/system_top.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2023 Analog Devices, Inc. All rights reserved.
// Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
//
// In this HDL repository, there are many different and unique modules, consisting
// of various HDL (Verilog or VHDL) components. The individual modules are
Expand Down Expand Up @@ -107,7 +107,6 @@ module system_top (
// additional control signals
output dac_reset_n,
output dac_ldac_n

);

// internal signals
Expand All @@ -131,7 +130,6 @@ module system_top (
assign dac_reset_n = gpio_o[33];
assign dac_ldac_n = gpio_o[34];


ALT_IOBUF scl_iobuf (
.i (1'b0),
.oe (i2c0_out_clk),
Expand Down Expand Up @@ -235,4 +233,3 @@ module system_top (
.axi_hdmi_tx_0_hdmi_if_h24_data (hdmi_data));

endmodule

2 changes: 1 addition & 1 deletion projects/ad353xr/zed/system_constr.xdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down
6 changes: 3 additions & 3 deletions projects/ad353xr/zed/system_top.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2022-2023 Analog Devices, Inc. All rights reserved.
// Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
//
// In this HDL repository, there are many different and unique modules, consisting
// of various HDL (Verilog or VHDL) components. The individual modules are
Expand Down Expand Up @@ -82,7 +82,7 @@ module system_top (
inout [ 1:0] iic_mux_sda,

input otg_vbusoc,

output dac_reset_n,
output dac_ldac_n,

Expand All @@ -105,7 +105,7 @@ module system_top (
wire iic_mux_sda_t_s;

assign gpio_i[63:32] = gpio_o[63:32];

assign dac_reset_n = gpio_o[33];
assign dac_ldac_n = gpio_o[34];

Expand Down

0 comments on commit 642def5

Please sign in to comment.