How to merge two bus signals ?
조회 수: 8 (최근 30일)
이전 댓글 표시
I designed two bus signals with the same data type.
One signal is the initializing signal.
The other is a signal that is checked every cycle.
A merge block was used to merge two signals, but the following error occurred.
***************************************************************************************************************************************************************
Cannot propagate non-bus signal from 'Output Port 1' of 'AppSelfTest/P_u32_s_APP_CST_RetryLimitsReachedStatus_DE_merge' to 'Input Port 1' of 'AppSelfTest/P_u32_s_APP_CST_RetryLimitsReachedStatus_DE' because the destination block requires a bus signal.
***************************************************************************************************************************************************************
Is there any way to solve this issue?
댓글 수: 3
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!