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 anandanips

  1. A

    Info about router design using BDDs

    can anybody give idea and some useful information for router design using biary decision designs (BDDs).
  2. A

    xilinx (xst) simulator

    xst simulation xilinx simulation in xilinx XST simulator the following terms are what does it meant period[31:0],offset[31:0] . thank you
  3. A

    Problem with a code for assigning RAM location

    the following modules is required 255 ram locations of 8 bit wide.i am writing code like this. module xy(x,y,ram); input x,y; output [7:0] ram[0:255]; reg[7:0] ram[0:255]; to assigning value of ram location i am writing like ram[0]=data; ram[1]=data; ram[2]=data; ram[3]=data...
  4. A

    Help me declare and initialize an array

    we need in our program 256 loctions of 8 bit wide i.e., producing 256 Byte ram. we are using it by array but we are geting error message for declaring the array. actually we are displaying the data stored in ram,therefore it is one output port, so in our program we are written code as follows...
  5. A

    hardware speed vs software speed

    can anybody answer for hardware speed Vs software speed. which one is faster? for eg designing a router in FPGA vs software router... which one is best..?
  6. A

    melay machine node reduction

    melay machine can anybody write code for melay node reduction. thank you
  7. A

    how to give the 16 bit input on fpga kit on spartan 3E??????

    Re: how to give the 16 bit input on fpga kit on spartan 3E?? if you use xilinx then in source window keep implementation /synthesis then in process window design utilities click the + mark. and give assign package pins.if you have spartan 3e kit manual there will be pin no for switches. enter...
  8. A

    Help me fix my code for checking one bit in one clock (Verilog)

    verilog error check my code need to check one bit in one clock.next bit in another clock. but it checking ann bits in one pos edge clk. please say correct way module HighSpeedRouting(clk,res); input clk; output[15:0] res; reg[15:0] res=16'b0...
  9. A

    What is a state machine and how to implement it in Verilog?

    Re: State machine there are two state machines. 1.melay state machine(melay FSM) 2. moore state machine(moore FSM) verilog code for this is thereb in digital design(3rd edition) by morris mano book.you can refer it.
  10. A

    Ideas on M.Tech computer networking project

    Re: m.tech project High Speed Routing.it important for recent environment. there are so many alogorithms for that . but programming and implementation is really tough.
  11. A

    Looking for FSM code in Verilog

    i need verilog code for FSM(finitestate machine)that is for binary decision tree.
  12. A

    verilog code for btree

    i need verilog code for 4 bit btree .for eg. each node having some 5bit value. externally we are giving 4 bit value,that is 4 bit address. we are checking the adderess with btree by bit by bit. finally if address matches we are returning the value in that address. please help me...
  13. A

    Which algorithms are used for high routing?

    what are algorithm used for high routig?... other than btree...
  14. A

    Current controlled solanoid valve, that is used for controlling water

    where will get current controlled solanoid valve.that is used for controlling water flow in micro second range.
  15. A

    I need a verilog code for electric board (EB) metering

    verilog-EB metering i need a verilog code for electric board (EB)metering- ....and also related ieee paper..please....

Part and Inventory Search

Back
Top