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 firozjdang

  1. F

    Simulation tool producing specific pattern of waveforms ????

    Thanks again, I have a huge binary text file with all the data inside it of one signal, it has header + timestamp + messages of that particular signal, I will be developing a C++ code for reading this file and converting it into VCD format. The data which I have is not from simulation but is...
  2. F

    Simulation tool producing specific pattern of waveforms ????

    Thanks for your reply, well this can also be done in Verilog using #define, but I mean to say that instead of wave forms (1' & 0's) Is there any possibility that I can display the NAME of a particular SEQUENCE lets say 1010101 as LNA message and 0101111 as Info message...in the display...
  3. F

    Simulation tool producing specific pattern of waveforms ????

    Is any one aware that there is any simulation tool which can take in any VCD file or any other format waveform file and display the waveforms as a pre-defined value for a particular pattern of data. Suppose, I have a message consisting of Header + body, then instead of displaying the binary...
  4. F

    Xilinx ISE - Getting ports outside on the IO Block

    Well, I am not using JTAG to access the FPGA, I am using USB micro controller, that is the issue, It does have JTAG pins on the connector board but my project is being implemented and controlled entirely by software application....
  5. F

    Xilinx ISE - Getting ports outside on the IO Block

    I am working on an Design IP implemented on an FPGA, and to debug the outputs or inputs I have to add more ports to the module or also get some register or wire outputs on the IO ports for debug. But changing every time the modules(go through 5-6 hierarchy ) and again synthesizing the design and...
  6. F

    Verilog - Digital Design Help!!!

    Well I did solved it, just using the concept of state machines, I used a write state machine(40Mhz) which depends on the existing state machine (40Mhz)which filters the Headers, Messages and CRC's, this writes data sequentially into the memory then I read the data back from the memory using read...
  7. F

    Verilog - Digital Design Help!!!

    I am working on a de-serial module, and I have to collect information into a single register containing Header + Message + CRC. I am receiving serial data which will bean header of 8 bits and depending on my header bit there is a decoder which decides the length of each message and if CRC is...
  8. F

    Basic Verilog doubt timing

    Whats the difference between #5 q <= d; and q <= #5 d; I tried the simulations but just got confused, help appreciated. Thanks!
  9. F

    How to read data from an FPGA through USB

    Hello Everyone, My project has a requirement for an FPGA Board. We have a design IP which generates data which we want to store in memory and further stream it through an USB or stream it directly through an USB onto a PC. Also, we require software API’s along with the board which enables to...
  10. F

    DDR2 Interface Topology Diagram

    Hello Everyone, Well I am using Allegro PCB SI tool for simulating Micron's DDR2 to PowerPC using their IBIS model. I am comfortable with the tool and I understand the protocol for DDR2 but am unable to figure out the topology ie the connections, the terminations and their respective values...
  11. F

    Can I translate IBIS models into Hyperlynx

    Thank you for replying, well I did figure it out....basically its saving the IBIS file in the library directory, we can then access the Ibis file.
  12. F

    Can I translate IBIS models into Hyperlynx

    Can I translate IBIS models on Hyperlynx SI, I have translated models on Signal Explorer, Cadence. I did check that Hyperlynx has an IBIS editor, but I want to add the models, topology from a manufacture's website, like IBIS DDR2 Ram from Micron. Please guide me.
  13. F

    RS232 to Syslog message

    If you want to change the logic voltage levels to communicate to the system then you can make a level shifter using max 232 IC. Check this out Serial level converter (RS232-2-TTL converter) « benybee
  14. F

    Serial Flash Interface with ARM 7 board

    I have to add 8 MB serial flash to my ARM 7 development board, I have done the physical connections and my objective is to write data into the flash through port D or C, But I want to know to which address do I need to store this particular program to the flash? Please guide.....
  15. F

    Help regarding Synopsys Compiler

    I am trying to complie my design on Synopsys DC but I get the following error: Error: Could not read the following target libraries: class.db and_or.db (UIO-3) 0 Is there some problem with the environment settings?

Part and Inventory Search

Back
Top