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

Add support for Ultra96 board #24

Open
sgherbst opened this issue Jul 10, 2020 · 0 comments
Open

Add support for Ultra96 board #24

sgherbst opened this issue Jul 10, 2020 · 0 comments
Assignees

Comments

@sgherbst
Copy link
Owner

This largely depends on #23, since Ultra96 is a board that requires the PL clock to be sourced from the PS. Actually, ULTRA96 is already a board type, but it doesn't work yet, so this task likely involves updating the ULTRA96 class accordingly after #23 is resolved.

class ULTRA96():
"""
Container to store ULTRA96 FPGA board specific properties.
"""
clk_pin = ['L19', 'L20']
clk_io = 'LVDS'
clk_freq = 26e6
board_part = None
full_part_name = 'xczu3eg-sbva484-???'
short_part_name = 'xczu3eg'
fpga_sim_ctrl = [FPGASimCtrl.UART_ZYNQ, FPGASimCtrl.VIVADO_VIO]

@sgherbst sgherbst self-assigned this Jul 10, 2020
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

No branches or pull requests

1 participant