URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 192 |
Rev 202 |
Line 46... |
Line 46... |
$display("| START SIMULATION |");
|
$display("| START SIMULATION |");
|
$display(" ===============================================");
|
$display(" ===============================================");
|
`ifdef DBG_EN
|
`ifdef DBG_EN
|
`ifdef DBG_UART
|
`ifdef DBG_UART
|
`ifdef ASIC_CLOCKING
|
`ifdef ASIC_CLOCKING
|
$display(" ===============================================");
|
tb_skip_finish("| (this test is not supported in ASIC mode) |");
|
$display("| SIMULATION SKIPPED |");
|
|
$display("| (this test is not supported in ASIC mode) |");
|
|
$display(" ===============================================");
|
|
$finish;
|
|
`else
|
`else
|
test_nr = 0;
|
test_nr = 0;
|
#1 dbg_en = 0;
|
#1 dbg_en = 0;
|
repeat(30) @(posedge mclk);
|
repeat(30) @(posedge mclk);
|
stimulus_done = 0;
|
stimulus_done = 0;
|
Line 207... |
Line 203... |
stimulus_done = 1;
|
stimulus_done = 1;
|
|
|
`endif
|
`endif
|
`else
|
`else
|
|
|
$display(" ===============================================");
|
tb_skip_finish("| (serial debug interface UART not included) |");
|
$display("| SIMULATION SKIPPED |");
|
|
$display("| (serial debug interface UART not included) |");
|
|
$display(" ===============================================");
|
|
$finish;
|
|
`endif
|
`endif
|
`else
|
`else
|
|
tb_skip_finish("| (serial debug interface not included) |");
|
$display(" ===============================================");
|
|
$display("| SIMULATION SKIPPED |");
|
|
$display("| (serial debug interface not included) |");
|
|
$display(" ===============================================");
|
|
$finish;
|
|
`endif
|
`endif
|
end
|
end
|
|
|
|
|
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.