Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by donvaun

  1. D

    adding multiplier into processor

    hi, is anyone know or tried to implement a multiplier (e.g. booth) into an existing proc design.? im trying to learn how to implement it into the existing risc8 core from opencores..
  2. D

    beginner verilog question

    thnx.. so how do i do with the syntx.. i tried doing it this waybut seems got error: always @ (sel, a) case (sel) sel: = m m(.clk(cin), .a(a), .b(b), .p(y)); is this correct?
  3. D

    beginner verilog question

    is it possible to call a function using the case statement? something like: always @(a) begin case (a) one: "module name" ' ' if...
  4. D

    smartmodel dll not found modelsim error

    i've got an: ** Error: (vsim-PLI-3002) Failed to load PLI object file "C:\Xilinx92i\smartmodel\nt\installed_nt\lib\pcnt.lib\swiftpli_mti.dll". while trying to do behavioral simulation. this error doesnt exist at first. it happen when i compile the simulation library using the xilinx 9.1...
  5. D

    need help on sonar programming

    sonar programming i would like to know how to program a sonar range finder for obstacle avoidance using pic16f877... im using maxbotix ez100 sonar... i connect the analog input from it directly to pin A0 of pic.. im still a beginer and dont know much... how do i start..

Part and Inventory Search

Back
Top