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

[config] disable ui* directive in ASIC_MANUAL_INPUTS mode #25

Open
proppy opened this issue Jan 15, 2025 · 0 comments
Open

[config] disable ui* directive in ASIC_MANUAL_INPUTS mode #25

proppy opened this issue Jan 15, 2025 · 0 comments

Comments

@proppy
Copy link

proppy commented Jan 15, 2025

When the mode is set to ASIC_MANUAL_INPUTS, it would be nice to disable the following directives automatically or to produce a meaningful error on load:

  • uio_oe_pico
  • ui_in
  • uio_in

In particular setting uio_oe_pico to 0xff and any of the uio_in bits has the undesired effect of pulling all the uios up:

  uio0 IN 1
  uio1 IN 1
  uio2 IN 1
  uio3 IN 1
  uio4 IN 1
  uio5 IN 1
  uio6 IN 1
  uio7 IN 1
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