Changeset 1022 for trunk/modules/vci_io_bridge/caba/source/src
- Timestamp:
- Oct 14, 2015, 6:21:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_io_bridge/caba/source/src/vci_io_bridge.cpp
r984 r1022 384 384 sensitive << p_clk.neg(); 385 385 386 386 } 387 387 388 388 ///////////////////////////////////// … … 2179 2179 miss_wti_cmd_fifo_srcid = m_int_srcid; 2180 2180 miss_wti_cmd_fifo_trdid = 0; 2181 miss_wti_cmd_fifo_plen = m_words * vci_param_int::B;2181 miss_wti_cmd_fifo_plen = (vci_plen_t)m_words * vci_param_int::B; 2182 2182 2183 2183 #if DEBUG_MISS_WTI_CMD … … 2202 2202 miss_wti_cmd_fifo_trdid = r_dma_cmd_to_miss_wti_cmd_trdid.read(); 2203 2203 miss_wti_cmd_fifo_pktid = r_dma_cmd_to_miss_wti_cmd_pktid.read(); 2204 miss_wti_cmd_fifo_plen = vci_param_int::B;2204 miss_wti_cmd_fifo_plen = (vci_plen_t)vci_param_int::B; 2205 2205 2206 2206 #if DEBUG_MISS_WTI_CMD
Note: See TracChangeset
for help on using the changeset viewer.