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 QMA

  1. Q

    Instantiation of modules in Verilog

    in the above expression 's0' is instance name. i have pre written the data in RAM. now i want to fetch it. i am facing errors while fetching it.
  2. Q

    Instantiation of modules in Verilog

    thank you dear. i have gone through the article. now i have come across another issue. let suppose i have a ram 'abc'(a--input, b--address, c--output). i have made its instance s0. i want to retrieve value of some particular address. how can i do this. is the expression at the end will work...
  3. Q

    Instantiation of modules in Verilog

    Dear all how can I instantiate a module for example 'abc' in verilog. it has inputs for example 'a' and 'b' with output 'c'. let I instantiate this abc module in 'jkl' with inputs 'j' and 'k'. the input 'j' is equal to output 'c'. How can I do this? 1. shall i declare 'j' as input? 2...
  4. Q

    XPower Analyzer, dynamic power

    at the start i finished simulation after 120 time slots. it gave me a value 0.058 dynamic power. then i increased simulation time and finished it after 1020 time slots. it dropped down to 0.018 dynamic power. i am not getting it.
  5. Q

    XPower Analyzer, dynamic power

    Dear all what is Xpower analyzer? What is SAIF file? What is dynamic power? what is the role of dynamic power and what are the factors involved in dynamic power change? In Xilinx if I run the simulation for longer time duration I get a smaller value of dynamic power
  6. Q

    IP address encoding for Memory

    sorry it is RAM as CAM.........
  7. Q

    IP address encoding for Memory

    i was missing the point 'Pre Defined'. thank you - - - Updated - - - i am trying to use CAM as RAM. not the CAM exactly.
  8. Q

    IP address encoding for Memory

    Actually I used memory of 16x16 for the CAM as RAM(8 bit input date) using Xilinx Vertix-6. it returned the address by matching a given input. i want to extend it. i want to apply the concept for 32 bit input IP address for my project. so if i want to design a memory it will be 4G which is too...
  9. Q

    IP address encoding for Memory

    then it would be greater than 4G - - - Updated - - - is there any way to interpret 32 bit IP address to smaller number of bits. - - - Updated - - - like 8 bits
  10. Q

    IP address encoding for Memory

    of course. i am trying to use RAM as CAM
  11. Q

    IP address encoding for Memory

    Dear All Is there any way to encode IP addresses? a 32 bit IP address yeilds 4G data to be stored in memory. I want to compress/encode the 32 bits to some optimum number of bits (for storing in memory).
  12. Q

    content addressable memory real time applications

    Thanks Dear I am an MS Student. I tried to implement CAM as SRAM in Xilinx. Then I applied the method of Bank Selection for the reduction of power consumption. My supervisor asked me to apply SRAM as CAM in some suitable CAM application. Can you tell me some applications. Because when I search...
  13. Q

    content addressable memory real time applications

    thanks dear for comprehensive reply. i know that it acts opposite to ram. i am learning this kind of memory. thanks for providing the example of MAC filtering. i wanted to know any specific application in real life. like which application is using it. i will be thankful if an application from...
  14. Q

    content addressable memory real time applications

    i have searched on wiki. it is saying that CAM can b used for neural networks, data bases etc etc. i want to specifically know the applications. for example in neural networks which application has used CAM. also for data bases, routers, image processing etc.
  15. Q

    content addressable memory real time applications

    dear all please tell me about some real time applications of CAM. share the links of articles regarding CAM applications

Part and Inventory Search

Back
Top