Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#28 solved VciXcacheWrapper protocole Nicolas Pouillon wagner@…
Description

Une simulation de la plateforme caba-vgmn-fir-nios2f-new, ./simulation.x 300, après avoir décommenté les traces dans top.cpp, donne le chronogramme des bus VCI target(VciRam) et initiator (VciXcache) (voir fichier attaché).

Dans vci_xcache_wrapper.cpp vous écrivez : VCI formats:

According to the VCI advanced specification, all read command packets (Uncached, Miss data, Miss instruction) are one word packets. For write burst packets, all words must be in the same cache line, and addresses must be contiguous (the BE field is 0 in case of "holes"). The PLEN VCI field is always documented.

D'accord pour la lecture.

Pour l'écriture de paquets (voir chronogramme plen=12) les 3 mots à ecrire sont émis sans attendre RSPVAL. Est ce normal ?

Dans le documentVSI Alliance VCI version 2 april 2001, page 78 il est écrit : "in advanced packet mode ....a write response may have only one cell..". Par contre les chronogrammes figure 38 page 75, figure 34 page 71 (advanced write) ont des RSPVAL qui passe à 1 dès que le premier mot à été écrit, validant ainsi l'écriture des mots suivants.

  1. Wagner
#29 fixed [VciSimpleRingNetwork] illegal VCI response packet on vci_xcache_wrapper.cpp, line 840 developers xavier.guerin@…
Description

Simulation fails after a few hundreds of cycles on the following error:

Assertion failed: (p_vci.reop.read() && "illegal VCI response packet for uncached instruction"), function transition, file /Users/xguerin/Workspace/Simulation/SoCLib.svn/soclib/module/internal_component/vci_xcache_wrapper/caba/source/src/vci_xcache_wrapper.cpp, line 840.

The platform contains:

  • 1 VciRam
  • 1 VciFramebuffer
  • 1 VciFdAccess
  • 1 VciMultiTty
  • 1 VciMultiTimer
  • 1 Mailbox
  • 1 to N VciXcache, Mips32 processors (w - w/o GdbServer)

Works fine on a smaller platform (1 proc. + TTY + FB)

#30 invalid VciVgmn does not compile anymore Nicolas Pouillon xavier.guerin@…
Description

Some type definitions appear to be missing. Please see log in attachment.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.