Skip to content

Commit

Permalink
Merge pull request #1797 from Dasharo/s3_fix
Browse files Browse the repository at this point in the history
Change EOS S3 clock names
  • Loading branch information
trabucayre committed May 30, 2024
2 parents 23e654d + 7b05f7d commit d79c91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions litex/soc/cores/cpu/eos_s3/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ def __init__(self, platform, variant, *args, **kwargs):

# Clocking.
# ---------
o_Sys_Clk0 = eos_s3_0_clk,
o_Sys_Clk0_Rst = eos_s3_0_rst,
o_Sys_Clk1 = eos_s3_1_clk,
o_Sys_Clk1_Rst = eos_s3_1_rst,
o_Clk_C16 = eos_s3_0_clk,
o_Clk_C16_Rst = eos_s3_0_rst,
o_Clk_C21 = eos_s3_1_clk,
o_Clk_C21_Rst = eos_s3_1_rst,

# Packet FIFO.
# ------------
Expand Down

0 comments on commit d79c91d

Please sign in to comment.