-2

I've recently bought a Tang Mega 138k Pro fpga board. it contains some peripherals (switches, led, ...) that are active low. Is there any way to invert the pin in physical constraints file so i don't need to change hdl designs? I tried to read the docs and user guide but i can't find anything about this.

1
  • 1
    Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Oct 29, 2024 at 22:45

1 Answer 1

-1

There are no constraints you're seeking for, and it's likely it doesn't exist anywhere else. Only clock constraints has waveform inversion constraint, but not general purpose I/O.

If your design was written with other hardware in mind, like the one that requires active high levels, then you should make a top-level module, wrapping up existing stuff and adapting it to changed conditions. Constraints aren't the right tool here.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.