Skip to content

Commit

Permalink
build/xilinx/platform: added xilinx_us_special_overrides for xczu dev…
Browse files Browse the repository at this point in the history
…ices
  • Loading branch information
trabucayre committed Dec 12, 2024
1 parent a32096e commit 95e7640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litex/build/xilinx/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def get_verilog(self, *args, special_overrides=dict(), **kwargs):
so.update(common.xilinx_us_special_overrides)
if self.device[:4] == "xcau":
so.update(common.xilinx_us_special_overrides)
if self.device[:4] == "xczu":
so.update(common.xilinx_us_special_overrides)
so.update(special_overrides)
return GenericPlatform.get_verilog(self, *args,
special_overrides = so,
Expand Down

0 comments on commit 95e7640

Please sign in to comment.