Hi, everyone !
I have a question about the prog and the bios.
In the file: all.tcf, we see that:
prog.module("GBL").C64PLUSMAR128to159 = 0x0000FFFF;
prog.module("GBL").C64PLUSL1PCFG = "4K";
prog.module("MEM").STACKSIZE = 0x1000;
Also:
bios.DDR2.createheap = true;
First question:
I know that the "GBL" and the "MEM" are the name of the modules. But I don't know where we use them.
Second question:
What's the meaning of the "C64PLUSMAR128to159"?
C64PLUSL1PCFG maybe set the size of the L1P cache becauseof the L1PCFG, but the meaning of the C649LUS??
Third question:
I know that the bios is refer to the Module and Instance objects.
But here the bios in bios.DDR2.createheap is refer to which module because we define two modules---- GBL and MEM?
Thank you !!