URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 884 |
Rev 970 |
Line 246... |
Line 246... |
|
|
vga[i].pindex = 0;
|
vga[i].pindex = 0;
|
vga[i].vbindex = 0;
|
vga[i].vbindex = 0;
|
|
|
if (config.vgas[i].baseaddr)
|
if (config.vgas[i].baseaddr)
|
register_memoryarea(config.vgas[i].baseaddr, VGA_ADDR_SPACE, 4, vga_read32, vga_write32);
|
register_memoryarea(config.vgas[i].baseaddr, VGA_ADDR_SPACE, 4, 0, vga_read32, vga_write32);
|
SCHED_ADD(vga_job, i, runtime.sim.cycles + config.vgas[i].refresh_rate);
|
SCHED_ADD(vga_job, i, runtime.sim.cycles + config.vgas[i].refresh_rate);
|
}
|
}
|
}
|
}
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.