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

continue 4bc68c9 Fix icebox_vlog for up5k #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

majbthrd
Copy link

I was confronted with this when attempting to use icebox_vlog with a up5k image:

Traceback (most recent call last):
  File "/home/user/icestorm/icebox/./icebox_vlog.py", line 537, in <module>
    text_func.append("  .SHIFTREG_DIV_MODE(1'b%s)," % get_pll_bit(pllinfo, "SHIFTREG_DIV_MODE"))
  File "/home/user/icestorm/icebox/./icebox_vlog.py", line 186, in get_pll_bit
    bit = pllinfo[name]
KeyError: 'SHIFTREG_DIV_MODE'

The fault looks suspiciously like another fault already fixed by previous PR #263, and so I've applied the same @daveshah1 correction.

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.

None yet

1 participant