URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Show entire file |
Details |
Blame |
View Log
Rev 134 |
Rev 202 |
Line 41... |
Line 41... |
initial
|
initial
|
begin
|
begin
|
$display(" ===============================================");
|
$display(" ===============================================");
|
$display("| START SIMULATION |");
|
$display("| START SIMULATION |");
|
$display(" ===============================================");
|
$display(" ===============================================");
|
|
|
|
// Disable automatic DMA verification
|
|
#10;
|
|
dma_verif_on = 0;
|
|
|
repeat(5) @(posedge mclk);
|
repeat(5) @(posedge mclk);
|
stimulus_done = 0;
|
stimulus_done = 0;
|
|
|
// Disable detection of the end of test
|
// Disable detection of the end of test
|
force inst_pc = 16'h0000;
|
force inst_pc = 16'h0000;
|
|
|
|
|
|
|
// SCAN MODE
|
// SCAN MODE
|
//------------------------------
|
//------------------------------
|
|
|
for ( ii=0; ii < 8; ii=ii+1)
|
for ( ii=0; ii < 8; ii=ii+1)
|
begin
|
begin
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.