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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [rtl/] [verilog/] [omsp_frontend.v] - Diff between revs 91 and 103

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

Rev 91 Rev 103
Line 29... Line 29...
//
//
// *Author(s):
// *Author(s):
//              - Olivier Girard,    olgirard@gmail.com
//              - Olivier Girard,    olgirard@gmail.com
//
//
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// $Rev: 91 $
// $Rev: 103 $
// $LastChangedBy: olivier.girard $
// $LastChangedBy: olivier.girard $
// $LastChangedDate: 2011-02-20 20:45:04 +0100 (Sun, 20 Feb 2011) $
// $LastChangedDate: 2011-03-05 15:44:48 +0100 (Sat, 05 Mar 2011) $
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
`include "timescale.v"
`ifdef OMSP_NO_INCLUDE
 
`else
`include "openMSP430_defines.v"
`include "openMSP430_defines.v"
 
`endif
 
 
module  omsp_frontend (
module  omsp_frontend (
 
 
// OUTPUTs
// OUTPUTs
    dbg_halt_st,                   // Halt/Run status from CPU
    dbg_halt_st,                   // Halt/Run status from CPU
Line 772... Line 774...
                                alu_src_inv};
                                alu_src_inv};
 
 
 
 
endmodule // omsp_frontend
endmodule // omsp_frontend
 
 
 
`ifdef OMSP_NO_INCLUDE
 
`else
`include "openMSP430_undefines.v"
`include "openMSP430_undefines.v"
 
`endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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