Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for STLV7325 (v2) Kintex-7 board. #498

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

gsomlo
Copy link
Contributor

@gsomlo gsomlo commented Apr 22, 2023

This is the 2nd (2023) version of the board sold through https://www.aliexpress.us/item/3256801088848039.html

Link to the vendor-provided schematic: XC7K325TFFG676-2原理图.pdf

@enjoy-digital
Copy link
Member

Thanks @gsomlo! Do you know if there are lots of differences between the two revisions of the boards or if only a few IOs that are changes? If the latter, this could be worth trying to merge v1 and v2 platforms/targets in a single file as we are doing for some other boards (ex OrangeCrab, ColorLight, etc...).

@gsomlo
Copy link
Contributor Author

gsomlo commented Apr 24, 2023

@enjoy-digital -- I force-pushed an updated version. Have a look (diff the platform files and see how many pins are different, and how you feel about trying to make things conditional vs. just using a separate pair of board & target files).

Off the top of my head:

  • the 100MHz clock is now a 50MHz clock
  • gmii ethernet is now rgmii
  • hdmi has fewer connected pins
  • external BTB interface has a bunch of additional pins connected
  • many of the interfaces have some of the pins changed from v1

LMK what you think.

@enjoy-digital
Copy link
Member

Hi @gsomlo,

this new revisions indeed seems quite different. I'm fine with a different platform/target then since merging the two will make things more difficult to follow/understand.

This is the 2nd (2023) version of the board sold through
https://www.aliexpress.us/item/3256801088848039.html

Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
@gsomlo gsomlo changed the title WIP: Initial support for STLV7325 (v2) Kintex-7 board. Initial support for STLV7325 (v2) Kintex-7 board. Apr 28, 2023
@gsomlo gsomlo merged commit 1185ff5 into litex-hub:master Apr 28, 2023
@gsomlo
Copy link
Contributor Author

gsomlo commented Apr 28, 2023

RGMII Ethernet, UART, microSD card, and (1G included) DDRAM successfully tested and working with litex.

Not working: SATA

Not tested: SFP, HDMI, FMC/LPC, other external connectors

NOTE: on FMC/LPC, none of the DP0* pins are connected to the FPGA, which precludes using an external SATA adapter such as e.g. the AB09-FMCRAID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants