Changes between Version 20 and Version 21 of SoclibCourseTp5
- Timestamp:
- Oct 23, 2009, 6:06:45 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoclibCourseTp5
v20 v21 35 35 Il faut remplacer l'instanciation habituelle du processeur: 36 36 {{{ 37 VciXcacheWrapper< Mips32ElIss> cpu0("cpu0", ...);37 VciXcacheWrapper<vci_param, Mips32ElIss> cpu0("cpu0", ...); 38 38 }}} 39 39 par une instanciation faisant appel au GDB Server 40 40 {{{ 41 VciXcacheWrapper< GdbServer<Mips32ElIss> > cpu0("cpu0", ...);41 VciXcacheWrapper<vci_param, GdbServer<Mips32ElIss> > cpu0("cpu0", ...); 42 42 }}} 43 43