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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [xilinx_diligent_s3board/] [sim/] [rtl_sim/] [src/] [leds.v] - Diff between revs 2 and 28

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 28
/*===========================================================================*/
/*===========================================================================*/
/*                                 DIGITAL I/O                               */
/*                                 DIGITAL I/O                               */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Test the Digital I/O interface.                                           */
/* Test the Digital I/O interface.                                           */
/*===========================================================================*/
/*===========================================================================*/
 
 
initial
initial
   begin
   begin
      $display(" ===============================================");
      $display(" ===============================================");
      $display("|                 START SIMULATION              |");
      $display("|                 START SIMULATION              |");
      $display(" ===============================================");
      $display(" ===============================================");
      repeat(5) @(posedge CLK_50MHz);
      repeat(5) @(posedge CLK_50MHz);
      stimulus_done = 0;
      stimulus_done = 0;
 
 
 
 
 
 
 
 
 
 
      stimulus_done = 1;
      stimulus_done = 1;
   end
   end
 
 
 
 

powered by: WebSVN 2.1.0

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