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 more boards #398

Merged
merged 31 commits into from May 18, 2018
Merged

Conversation

rohitk-singh
Copy link
Member

@rohitk-singh rohitk-singh commented Jan 18, 2018

Please do not merge yet.
Update: Ready to merge after review. Travis builds passing.

Added support as of now:

  • Digilent CMOD A7
  • Numato Lab Galatea Spartan 6 PCIe Development Board
  • Numato Lab Neso Artix 7 100T FPGA Module
  • Numato Lab Saturn Spartan 6 LX45 FPGA Module
  • Numato Lab Waxwing Spartan 6 LX45 Development Board
  • Digilent Basys Artix 7 FPGA Development Board
  • Travis check for all new boards with CPU=lm32, TARGET=base

Bugs (non-trivial): (better to create separate issues for them)

  • Galatea: Fix issue in Galatea where memtest fails for the first time after programming but succeeds after hitting manual reset button
  • Neso: Fix initial corrupted text in bios console

@mithro
Copy link
Member

mithro commented Jan 26, 2018

@rohitk-singh - Awesome work!

@mithro
Copy link
Member

mithro commented Feb 18, 2018

@rohitk-singh What is the status of this? Can we merge it?

# basys3 targets

ifneq ($(PLATFORM),basys3)
$(error "Platform should be arty when using this file!?")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be basys3 :-P

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops...fixed it. Thanks!

@rohitk-singh rohitk-singh changed the title WIP: Add support for more boards Add support for more boards May 18, 2018
@rohitk-singh
Copy link
Member Author

@mithro Updated the PR to make the changes compatible with new Litex. Travis build is passing fine, plus checked on my local system too. Please review.

@mithro mithro merged commit 632391d into timvideos:master May 18, 2018
@rohitk-singh rohitk-singh deleted the more-boards branch December 27, 2018 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants