URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Show entire file |
Details |
Blame |
View Log
Rev 202 |
Rev 211 |
Line 57... |
Line 57... |
|
|
//---------------------------------------
|
//---------------------------------------
|
// Check CPU configuration
|
// Check CPU configuration
|
//---------------------------------------
|
//---------------------------------------
|
|
|
if ((`PMEM_SIZE !== 55296) || (`DMEM_SIZE !== 5120))
|
if ((`PMEM_SIZE !== 49152) || (`DMEM_SIZE !== 10240))
|
begin
|
begin
|
$display(" ===============================================");
|
$display(" ===============================================");
|
$display("| SIMULATION ERROR |");
|
$display("| SIMULATION ERROR |");
|
$display("| |");
|
$display("| |");
|
$display("| Core must be configured for: |");
|
$display("| Core must be configured for: |");
|
$display("| - 54kB program memory |");
|
$display("| - 48kB program memory |");
|
$display("| - 5kB data memory |");
|
$display("| - 10kB data memory |");
|
$display(" ===============================================");
|
$display(" ===============================================");
|
$finish;
|
$finish;
|
end
|
end
|
|
|
// Disable watchdog
|
// Disable watchdog
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.