OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src/] [cpu_startup_asic.v] - Diff between revs 134 and 180

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 134 Rev 180
Line 67... Line 67...
      $display("|                 START SIMULATION              |");
      $display("|                 START SIMULATION              |");
      $display(" ===============================================");
      $display(" ===============================================");
      repeat(5) @(posedge mclk);
      repeat(5) @(posedge mclk);
      stimulus_done = 0;
      stimulus_done = 0;
 
 
`ifdef ASIC
`ifdef ASIC_CLOCKING
      //  ####  CPU_EN=0  ####  DBG_EN=0  ####  RESET_N=0  ####  //
      //  ####  CPU_EN=0  ####  DBG_EN=0  ####  RESET_N=0  ####  //
      test_nr = 0;
      test_nr = 0;
 
 
      cpu_en  = 0;
      cpu_en  = 0;
      dbg_en  = 0;
      dbg_en  = 0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.