Line 29... |
Line 29... |
//
|
//
|
// *Author(s):
|
// *Author(s):
|
// - Olivier Girard, olgirard@gmail.com
|
// - Olivier Girard, olgirard@gmail.com
|
//
|
//
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
// $Rev: 104 $
|
// $Rev: 105 $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedBy: olivier.girard $
|
// $LastChangedDate: 2011-03-06 21:02:27 +0100 (Sun, 06 Mar 2011) $
|
// $LastChangedDate: 2011-03-10 22:10:30 +0100 (Thu, 10 Mar 2011) $
|
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
`ifdef OMSP_NO_INCLUDE
|
`ifdef OMSP_NO_INCLUDE
|
`else
|
`else
|
`include "openMSP430_defines.v"
|
`include "openMSP430_defines.v"
|
`endif
|
`endif
|
Line 204... |
Line 204... |
.inst_bw (inst_bw), // Decoded Inst: byte width
|
.inst_bw (inst_bw), // Decoded Inst: byte width
|
.inst_dest (inst_dest), // Decoded Inst: destination (one hot)
|
.inst_dest (inst_dest), // Decoded Inst: destination (one hot)
|
.inst_dext (inst_dext), // Decoded Inst: destination extended instruction word
|
.inst_dext (inst_dext), // Decoded Inst: destination extended instruction word
|
.inst_irq_rst (inst_irq_rst), // Decoded Inst: Reset interrupt
|
.inst_irq_rst (inst_irq_rst), // Decoded Inst: Reset interrupt
|
.inst_jmp (inst_jmp), // Decoded Inst: Conditional jump
|
.inst_jmp (inst_jmp), // Decoded Inst: Conditional jump
|
|
.inst_mov (inst_mov), // Decoded Inst: mov instruction
|
.inst_sext (inst_sext), // Decoded Inst: source extended instruction word
|
.inst_sext (inst_sext), // Decoded Inst: source extended instruction word
|
.inst_so (inst_so), // Decoded Inst: Single-operand arithmetic
|
.inst_so (inst_so), // Decoded Inst: Single-operand arithmetic
|
.inst_src (inst_src), // Decoded Inst: source (one hot)
|
.inst_src (inst_src), // Decoded Inst: source (one hot)
|
.inst_type (inst_type), // Decoded Instruction type
|
.inst_type (inst_type), // Decoded Instruction type
|
.irq_acc (irq_acc), // Interrupt request accepted
|
.irq_acc (irq_acc), // Interrupt request accepted
|
Line 265... |
Line 266... |
.inst_bw (inst_bw), // Decoded Inst: byte width
|
.inst_bw (inst_bw), // Decoded Inst: byte width
|
.inst_dest (inst_dest), // Decoded Inst: destination (one hot)
|
.inst_dest (inst_dest), // Decoded Inst: destination (one hot)
|
.inst_dext (inst_dext), // Decoded Inst: destination extended instruction word
|
.inst_dext (inst_dext), // Decoded Inst: destination extended instruction word
|
.inst_irq_rst (inst_irq_rst), // Decoded Inst: reset interrupt
|
.inst_irq_rst (inst_irq_rst), // Decoded Inst: reset interrupt
|
.inst_jmp (inst_jmp), // Decoded Inst: Conditional jump
|
.inst_jmp (inst_jmp), // Decoded Inst: Conditional jump
|
|
.inst_mov (inst_mov), // Decoded Inst: mov instruction
|
.inst_sext (inst_sext), // Decoded Inst: source extended instruction word
|
.inst_sext (inst_sext), // Decoded Inst: source extended instruction word
|
.inst_so (inst_so), // Decoded Inst: Single-operand arithmetic
|
.inst_so (inst_so), // Decoded Inst: Single-operand arithmetic
|
.inst_src (inst_src), // Decoded Inst: source (one hot)
|
.inst_src (inst_src), // Decoded Inst: source (one hot)
|
.inst_type (inst_type), // Decoded Instruction type
|
.inst_type (inst_type), // Decoded Instruction type
|
.mclk (mclk), // Main system clock
|
.mclk (mclk), // Main system clock
|