Merge pull request #1797 from Dasharo/s3_fix

Change EOS S3 clock names
This commit is contained in:
Gwenhael Goavec-Merou 2024-05-30 06:24:14 +02:00 committed by GitHub
commit d79c91daea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -110,10 +110,10 @@ class EOS_S3(CPU):
# 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.
# ------------