你好,
对。在状态机中,所有的状态都只需要一个地址源(DRADADDR动作)。
我们只有两种方法来避免这个问题:
1。我们需要使用相同的地址源(Regitser或Socket)
2。如果不能使用公共源,则需要将两台状态机开发为两个单独的GPIF II项目(一个用于读取,另一个用于写入),并且当您在读写之间切换时,需要重新加载GPIF II配置。
谢谢,
Sai Krishna。
以上来自于百度翻译
以下为原文
Hi,
Yes. You need to have only one source for address (DR_ADDR action) across all the states in a state machine.
We have only two ways to avoid this problem:
1. We need to use same address source (Regitser for both or socket)
2. If you can not use a common source then you need to develop your two state machines as two separate GPIF II projects (one for Read and other for Write) and you need to re-load the GPIF II configuration when you are switching between Read and Write.
Thanks,
Sai Krishna.
你好,
对。在状态机中,所有的状态都只需要一个地址源(DRADADDR动作)。
我们只有两种方法来避免这个问题:
1。我们需要使用相同的地址源(Regitser或Socket)
2。如果不能使用公共源,则需要将两台状态机开发为两个单独的GPIF II项目(一个用于读取,另一个用于写入),并且当您在读写之间切换时,需要重新加载GPIF II配置。
谢谢,
Sai Krishna。
以上来自于百度翻译
以下为原文
Hi,
Yes. You need to have only one source for address (DR_ADDR action) across all the states in a state machine.
We have only two ways to avoid this problem:
1. We need to use same address source (Regitser for both or socket)
2. If you can not use a common source then you need to develop your two state machines as two separate GPIF II projects (one for Read and other for Write) and you need to re-load the GPIF II configuration when you are switching between Read and Write.
Thanks,
Sai Krishna.
举报