07-02-2019 06:49 PM
In PG153 it shows the active low output ports have initial status of '1', but other outputs show '-'. So, what's the meaning of '-'. And what's the inital status of them?
07-11-2019 04:29 AM
From Table 2-2, you will see that the default value of Outputs are not defined for bi-directional ports (like IO0_O). These bidirectional ports have a tristate pin which determines the value driven on the output port.
As per the same table, the default value of these tri-state pins are 1 which means that the output ports will be in tri-state.
07-10-2019 03:35 PM
Hi @diverger,
Table 2-2 shows the input anf output of the IP. Most of the OUTPUT signals are driven by the command and some are depends on the command acts as a bidirectional. Once you have generated the IP in Vivado design, please see the output signals in simulation for correct usacase for your configuration options.
So Most of the signals are configuration driven outputs and that is the reason we have mentioned "-" in table 2-2.
07-11-2019 04:29 AM
From Table 2-2, you will see that the default value of Outputs are not defined for bi-directional ports (like IO0_O). These bidirectional ports have a tristate pin which determines the value driven on the output port.
As per the same table, the default value of these tri-state pins are 1 which means that the output ports will be in tri-state.