Skip to content

Commit

Permalink
ad4858_fmcz: Fix critical warning
Browse files Browse the repository at this point in the history
The rule in adi_project_xilinx.tcl is for the top file module to always
be named system_top
  • Loading branch information
AndreiGrozav committed Sep 28, 2023
1 parent f2f357e commit da98b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ad4858_fmcz/zed/system_top_cmos.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

`timescale 1ns/100ps

module system_top_cmos (
module system_top (
inout [14:0] ddr_addr,
inout [ 2:0] ddr_ba,
inout ddr_cas_n,
Expand Down
2 changes: 1 addition & 1 deletion projects/ad4858_fmcz/zed/system_top_lvds.v
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

`timescale 1ns/100ps

module system_top_lvds (
module system_top (
inout [14:0] ddr_addr,
inout [ 2:0] ddr_ba,
inout ddr_cas_n,
Expand Down

0 comments on commit da98b1c

Please sign in to comment.