Hello,
In Marss86 document, there is a code which connect L1_I to cores (In other
worlds, implements following interconnection:
core_$: I
L1_I_$: UPPER)
The generated code for this interconnection attached at following:
// This loop will connect L1_I cache to core
for(i=0, i *<*; NUM_SIM_CORES; i++) {
p2p = new P2PInterconnect();
// First connect core_$ to p2p using connection type I
core_(i).register_interconnect(p2p, I);
// Now connect L1_I_$ to p2p using connection type UPPER
L1_I_(i).register_interconnect(p2p, UPPER);
}
Could you tell me in the code what variable 'lt' is?
_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel