LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Mon Feb 26 01:09:03 CET 2007
    Subject: [cvs-checkins] MODIFIED: matrix3x3 ...
    Top
    Date: 00/07/02 26:01:09

    Added: matrix3x3/sim/rtl_sim multiplier3x3_sim.do
    Removed: matrix3x3/sim/rtl_sim colorconv_sim.do
    Log:
    Matrix 3x3 and Color Convertion projects were separated. Files were renamed.


    Revision Changes Path
    1.1 matrix3x3/sim/rtl_sim/multiplier3x3_sim.do

    http://www.opencores.org/cvsweb.shtml/matrix3x3/sim/rtl_sim/multiplier3x3_sim.do?rev=1.1&content-type=text/x-cvsweb-markup

    Index: multiplier3x3_sim.do
    ===================================================================
    #
    # ModelSim simulation script
    #

    #
    # project color_conv.
    #

    vlib work

    # Compile
    vcom -93 -work work ..\\..\\rtl\\vhdl\\multiplier3x3.vhd

    vcom -93 -work work ..\\..\\bench\\vhdl\\multiplier3x3_tb.vhd

    #sim
    vsim -t ps tb

    ###########################################################################
    #add wave -noupdate -divider "Color Converter Signals"
    add wave -noupdate -format logic /tb/clk
    add wave -noupdate -format logic /tb/rstn
    add wave -noupdate -format logic /tb/DATA_ENA
    add wave -noupdate -format logic /tb/DOUT_RDY
    add wave -noupdate -format Literal -radix hexadecimal /tb/x1
    add wave -noupdate -format Literal -radix hexadecimal /tb/x2
    add wave -noupdate -format Literal -radix hexadecimal /tb/x3
    add wave -noupdate -format Literal -radix hexadecimal /tb/y1
    add wave -noupdate -format Literal -radix hexadecimal /tb/y2
    add wave -noupdate -format Literal -radix hexadecimal /tb/y3

    WaveRestoreZoom {0 us} {10 us}
    TreeUpdate [SetDefaultTree]
    update

    set RunLength {1400 us}

    run







     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.