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 555lin

  1. 5

    SDH/WDM question. Plz help

    In the docs i encountered the term WDM IF and SDH IF. I couldn't find any meaning for the abbreviations. What does IF stand for in this case? I have attached the graph where the usage is shown.
  2. 5

    Number theory and FPGAs

    I 'd like to learn to make cryptographic projects involving a great part of number theory , especially in assymetric cryptography. Could anybody provide some examples in VHDL code or methodology of implementing these things?
  3. 5

    FPGA techniques question

    I don't quite understand the destinctions between such design techniques as: Loop Unrolling Inner-Round Pipelining Outer-Round Pipelining Please explain me
  4. 5

    What's the reason for XST warnings about overused bonded IOBs?

    Guys, tell me please in which case should I list all the signals in the process and in which case not all of them? After synthesis in XST I got number of bonded IOBs overused 133%. I don't quite understand what can be the reason for this.
  5. 5

    Need VHDL memory managing example

    Guys, I've encountered a problem of creating and managing a RAM. Could you please give an example of using a memory to store 256 bits of data, for example, a key, and managing with write enable, clk signals.
  6. 5

    Help me solve an issue in VHDL code writing

    Guys I can't solve the problem of writing VHDL code, that implies executing an intialization part that is to be executed only once and the other part is to be regularly repeated and both parts(init and work) have the same signals. How can I solve it?
  7. 5

    [SOLVED] Is it possible to have a process inside another process? (VHDL)

    Re: VHDL question I used the if (Start='1') generate... statement but the error message says:result of operator = is not static. But Start cannot be static because it's a start pulse. Is it possible to have a process inside another process?
  8. 5

    [SOLVED] Is it possible to have a process inside another process? (VHDL)

    I need to a certain component to be executed based on a set condition, for example when the start pulse is excited. What code should I use? P.S. A component is a concurrent statement using "when" operator
  9. 5

    How to resolve these XST warnings?

    When I run synthesis using Xilinx ISE's XST i get the warnings: PACKER Warning: Lut gost_top_SM1out<1>lut driving carry gost_top_SM1out<1>cy can not be packed with the carry due to conflict with the common signal requirement between the LUT inputs and the Carry DI/MAND pins. This would result...
  10. 5

    VHDL vector integer conversion question

    vhdl integer How can I convert a vector of say STD_logic_vector into an integer?
  11. 5

    How to convert C++ code to VHDL?

    vhdl array port please show the correct syntax for example for a [16,32] array
  12. 5

    How to convert C++ code to VHDL?

    I need to transfer the c++ code to make a VHDL program in Xilinx ISE environment.Xilinx ISE doesn't support multidimension arrays. How can I adapt the code of the c++ program where a 2D array is used and many 32 cycles are required?
  13. 5

    VHDL syntax question about x symbol

    please tell me what x stands for and its role in the expression like this: "0001" when A = x"2D" else
  14. 5

    Suggest me a PROM that activates when the power is on

    Are there any PROMs (one time programmable) that get activated when the power is on and without th help of any microcontrollers the data stored on the PROM is readout. It's needed to pass a predefined sequence to a device. Are there such Altera PROMs, what is the name of such a PROM?
  15. 5

    electrical-optical convertor

    I have a differential signal with dc offset 3.3 V. The problem is to drive an optical VCSEL transmitter. What can I do to convert the signal and make it suitable for optical transmision. Can I use the high voltage wire and GND ignoring the low voltage wire then pass through a threshold device...

Part and Inventory Search

Back
Top