Changes between Version 20 and Version 21 of SoclibCourseTp5


Ignore:
Timestamp:
Oct 23, 2009, 6:06:45 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoclibCourseTp5

    v20 v21  
    3535Il faut remplacer l'instanciation habituelle du processeur:
    3636{{{
    37 VciXcacheWrapper<Mips32ElIss> cpu0("cpu0", ...);
     37VciXcacheWrapper<vci_param, Mips32ElIss> cpu0("cpu0", ...);
    3838}}}
    3939par une instanciation faisant appel au GDB Server
    4040{{{
    41 VciXcacheWrapper<GdbServer<Mips32ElIss> > cpu0("cpu0", ...);
     41VciXcacheWrapper<vci_param, GdbServer<Mips32ElIss> > cpu0("cpu0", ...);
    4242}}}
    4343