Skip to content

Commit

Permalink
library: axi_ad7616: Requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Pop Ioan Daniel <[email protected]>
  • Loading branch information
PIoandan committed Dec 4, 2024
1 parent a0f3023 commit 6710f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/axi_ad7616/axi_ad7616.v
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module axi_ad7616 #(
up_rdata_r = 'h00;
up_rack_r = 'h00;
up_wack_r = 'h00;
for (j = 0; j <= 16; j=j+1) begin
for (j = 0; j <= 16; j = j + 1) begin
up_rack_r = up_rack_r | up_rack_s[j];
up_wack_r = up_wack_r | up_wack_s[j];
up_rdata_r = up_rdata_r | up_rdata_s[j];
Expand Down
2 changes: 1 addition & 1 deletion library/axi_ad7616/axi_ad7616_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ adi_ip_files axi_ad7616 [list \

adi_ip_properties axi_ad7616

set_property company_url {https://wiki.analog.com/resources/fpga/docs/axi_ad7616} [ipx::current_core]
set_property company_url {https://analogdevicesinc.github.io/hdl/library/axi_ad7616/index.html} [ipx::current_core]

set cc [ipx::current_core]

Expand Down

0 comments on commit 6710f8b

Please sign in to comment.