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
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Personal page of Boris Kipnis

    Usernameborisk
    FullnameBoris Kipnis
    Emailborisk1024@y...
    CityTel-Aviv
    CountryIL
    Account created   29-May-2005 20:03:25
    Last logged in30-Jul-2008 12:34:32

    Projects

  • FirGen/MultGen
    VHDL core generator
    for FIR filters and Multiplier arrays with common input
    using "Nonrecursive Signed Common Subexpression Algorithm"
    for optimization

    program writen on C++
    --------------------------
    firgen [OPTION..]
    Aviable options are :
    -w Input Data Width
    -m Generate Only Multipliers Array
    -a Generate Asynchronus Multipliers Array
    -e Use CLK_En input
    -c filter coefitions
    -o Output File Name
    -? Help

    Example For Use:
    ----------------
    FirGen -w 16 -c 1,2,3,4,5 -o my_fir

    this command generates 2 output files
    my_fir.vhd - Main Fir module
    my_fir_mult.vhd - Multipliers Array

    Input data width is 16 bit
    Filter Coefitions : 1,2,3,4,5

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