-
Notifications
You must be signed in to change notification settings - Fork 85
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
Added support for Digilent Genesys 2 target #130
base: master
Are you sure you want to change the base?
Conversation
Based on: - m-labs/misoc#130 - m-labs/migen#264 Signed-off-by: Mikołaj Sowiński <[email protected]>
Based on: - m-labs/misoc#130 - m-labs/migen#264 Signed-off-by: Mikołaj Sowiński <[email protected]>
Based on: - m-labs/misoc#130 - m-labs/migen#264 Signed-off-by: Mikołaj Sowiński <[email protected]>
misoc/targets/digilent_genesys2.py
Outdated
|
||
|
||
def main(): | ||
parser = argparse.ArgumentParser(description="MiSoC port to the KC705") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not KC705.
Please split into three commits. |
Why? |
Had no time to debug. Reducing to 1x non-IO worked. I do have it on my TODO list, but with low priority. |
Based on: - m-labs/misoc#130 - m-labs/migen#264 Signed-off-by: Mikołaj Sowiński <[email protected]>
#!/usr/bin/env python3 | ||
|
||
# | ||
# This file is based on LiteX-Boards Digilent Genesys 2 target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, itself based on code that I wrote 10-11 years ago and which changed remarkably little since...
Uses m-labs/migen#264