shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Suppose we have a VHDL component called "some_component" with an input port called "some_input" that drives a large block of combinatorial logic.
What will happen to "some_component" if we drive "some_input" with a constant value when we instantiate it?
1."some_component" will still be synthesized fully.
2.The output of "some_component" will also become a constant.
What will happen to "some_component" if we drive "some_input" with a constant value when we instantiate it?
1."some_component" will still be synthesized fully.
2.The output of "some_component" will also become a constant.