Modifying the Processor
We can now simply replace the simple crossbar for our crossbar in our processor source code.
from m5.objects import *
from m5.util import fatal
+ from interconnect import *
from caches import *
- system.l2bus = MyXBar()
+ system.l2bus = L2XBar()
Congrats!
No activity this time, as the videos say:
be free
touch grass
have a social life 😜