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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [bench/] [verilog/] [tb_openMSP430.v] - Diff between revs 33 and 34

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

Rev 33 Rev 34
Line 29... Line 29...
//
//
// *Author(s):
// *Author(s):
//              - Olivier Girard,    olgirard@gmail.com
//              - Olivier Girard,    olgirard@gmail.com
//
//
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// $Rev: 33 $
// $Rev: 34 $
// $LastChangedBy: olivier.girard $
// $LastChangedBy: olivier.girard $
// $LastChangedDate: 2009-12-29 19:18:00 +0100 (Tue, 29 Dec 2009) $
// $LastChangedDate: 2009-12-29 20:10:34 +0100 (Tue, 29 Dec 2009) $
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
`include "timescale.v"
`include "timescale.v"
`include "openMSP430_defines.v"
`include "openMSP430_defines.v"
 
 
 
 
Line 298... Line 298...
 
 
//
//
// Digital I/O
// Digital I/O
//----------------------------------
//----------------------------------
 
 
gpio #(.P1_EN(1),
omsp_gpio #(.P1_EN(1),
       .P2_EN(1),
       .P2_EN(1),
       .P3_EN(1),
       .P3_EN(1),
       .P4_EN(1),
       .P4_EN(1),
       .P5_EN(1),
       .P5_EN(1),
       .P6_EN(1)) gpio_0 (
       .P6_EN(1)) gpio_0 (
Line 347... Line 347...
 
 
//
//
// Timers
// Timers
//----------------------------------
//----------------------------------
 
 
timerA timerA_0 (
omsp_timerA timerA_0 (
 
 
// OUTPUTs
// OUTPUTs
    .irq_ta0      (irq_ta0),           // Timer A interrupt: TACCR0
    .irq_ta0      (irq_ta0),           // Timer A interrupt: TACCR0
    .irq_ta1      (irq_ta1),           // Timer A interrupt: TAIV, TACCR1, TACCR2
    .irq_ta1      (irq_ta1),           // Timer A interrupt: TAIV, TACCR1, TACCR2
    .per_dout     (per_dout_timerA),   // Peripheral data output
    .per_dout     (per_dout_timerA),   // Peripheral data output

powered by: WebSVN 2.1.0

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