Answers Database
XABEL 5.0: Making a registered preset signal
Record #425
Problem Title:
XABEL 5.0: Making a registered preset signal
Problem Description:
Solution 1:
Any registered signal that is being preset by another signal (using .AP
or .SP) is automatically preset on powerup. If the user wishes to have
the registered signal present without using an external control signal,
it is still necessary to declare the signal with .AP or .SP but it
should be declared always false.
Here is an example:
foo := bar;
foo.ap = 0;
The signal foo will be preset automatically without external control.
End of Record #425
For the latest news, design tips, and patch information on the Xilinx design environment, check out the Xilinx Expert Journals! |