Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#31 wontfix MappingTable: adding segment aliasing developers Xavier Guérin <xavier.guerin@…>
Description

Most real HW platforms alias different memory area to the same hardware location. Could it be possible to implement this feature into the Mapping Table ?

Example: Aliasing memory area on Mips platform in order to support 0x80000180 and 0xBFC00000 sharing the same memory as other memory area.

#77 fixed The setWriteBerr() method of the MIPS32 ISS doesn't induce a branch to the exception handler developers alain.greiner@…
Description

I execute a code that makes an illegal write access (out of segment) on the Mips32ElIss (wrapped in a VciXcacheWrapper). I observe an error code in the VCI RERROR field. It is correctly detected by the VciXcacheWrapper (I see the "write BERR" message), the setWriteBerr() method seems to be executed, but the processor does not branch to the exception handler...

#26 fixed Segmentation fault when initiating a DMA transfer Nicolas Pouillon alexandre.chagoya-garzon@…
Description

Hello, I have a problem when initiating a DMA transfer. I attached the platform (top.cpp, segmentation.h, platform_desc) and the application (MJPEG.x)

Everything runs smoothly, until a DMA transfer is initiated: [fetch_process] Send SOF info to LIBU and IDCT DMA transfer from 0x1004e620 to 0x1005779c (8 bytes)

I verified in vci_dma.cpp 134 VciInitSimpleReadReq<vci_param> *req = 135 new VciInitSimpleReadReq<vci_param>( 136 &m_data[0], m_src+m_offset, burst ); The correct src address is used, but on te next transition, a segmentation fault appears

Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1210737792 (LWP 5494)] soclib::caba::VciVgmn<soclib::caba::VciParams<4, 6, 32, 1, 1, 1, 8, 1, 1, 1> >::genMoore (this=0xbf948fb8)

at /tima/amazone-home1/chagoyag/Workspace/soclib/soclib/module/network_component/vci_vgmn/caba/source/src/vci_vgmn.cpp:380

380 can_take |= !m_dest->full();

I use compiler gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Thank you for your help Alexandre

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.