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

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/fpga/xilinx_diligent_s3board/bench/verilog
    from Rev 98 to Rev 104
    Reverse comparison

Rev 98 → Rev 104

/msp_debug.v
35,8 → 35,10
// $LastChangedBy$
// $LastChangedDate$
//----------------------------------------------------------------------------
`include "timescale.v"
`ifdef OMSP_NO_INCLUDE
`else
`include "openMSP430_defines.v"
`endif
 
module msp_debug (
 
/timescale.v
0,0 → 1,10
`timescale 1ns / 100ps
timescale.v Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: tb_openMSP430_fpga.v =================================================================== --- tb_openMSP430_fpga.v (revision 98) +++ tb_openMSP430_fpga.v (revision 104) @@ -36,7 +36,10 @@ // $LastChangedDate$ //---------------------------------------------------------------------------- `include "timescale.v" +`ifdef OMSP_NO_INCLUDE +`else `include "openMSP430_defines.v" +`endif module tb_openMSP430_fpga;

powered by: WebSVN 2.1.0

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