Closed zhemao closed 5 years ago
The dma_aw_bits_addr and dma_ar_bits_addr signals are 64-bits long, but the VCS DirectC code only set the lower 32 bits until now. This assigned the upper 32 bits as well to avoid non-deterministic behavior in simulation.
dma_aw_bits_addr
dma_ar_bits_addr
The
dma_aw_bits_addr
anddma_ar_bits_addr
signals are 64-bits long, but the VCS DirectC code only set the lower 32 bits until now. This assigned the upper 32 bits as well to avoid non-deterministic behavior in simulation.