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 josesmn

  1. J

    4 bit SD mode interface to FPGA

    you create a signal named test_o_en in your design and assert it whenever you want to send something on your bidirectional 'test' signal. Drive '0' on it when you want 'test' to be in input mode.
  2. J

    4 bit SD mode interface to FPGA

    to implement the bidirectional signal 'test' , u create three signals test_i, test_o and test_o_en In verilog: test = test_o_en?test_o:1'bz; test_i = test; this is how you create a bidirectional signal 'test'. It cannt be more simple than this. Jose
  3. J

    Busy Signalling and CMD7 in SD Card

    Hi During the testing of my SD Host Controller with an SDXC card, I found the R1b busy signalling on the Data0 line is not there after the Card select command CMD7. Is this something unusual? Any comments.. Jose
  4. J

    Do we have to meet max fanout constraint ?

    Do reducing fanout increase the timing performance of the circuit? Jose
  5. J

    Designing a SD Card Host Controller

    Hai, usually the crc status for an sdsc card should come two clocks after the end bit of transmitted data. but one sandisk 2gb gives it after 5 t0 6 clock. also the status it gives is 01011. have any body came across such a situation? what may be the reason? what we should do in such case? Jose
  6. J

    [Moved] SD Card Simulation Model

    I've checked samsung page. I couldn't find the SD or MMC model.I think they only have flash models. And denali doesnt offer it for free. Any other sources?
  7. J

    [Moved] SD Card Simulation Model

    I am very sorry for the late reply. I am looking for verilog/VHDL model of SD Card, preferebly version 3. Thanks and Regards, Jose
  8. J

    SD Card Simulation Model

    Do any body has a simulation model for SD Card. Can you find were to find it? Jose
  9. J

    Designing a SD Card Host Controller

    Re: SD Card Controller Could you find any simulation model for SD Card other than from open cores. i am searching for it. Jose.
  10. J

    [Moved] SD Card Simulation Model

    Can anybody help me to find a simulation model for SD Card. i checked denali or so but i couldnt download it. Jose.
  11. J

    Designing a SD Card Host Controller

    Re: SD Card Controller can you please clear one of my doubts. "During write operation, after each block write , the card will give a crc ok and bus indication" Is this statement correct? How will be the timing of that indication and vlotage levels? Joe
  12. J

    about SD card clock control

    If you want to make the card wait for data, you can shut down the clock. For eg. your controller have only 256 byte buffer and if the data to transfer is 512 bytes, you can sent the first 256 bytes to card and then shut the clock, get next 256 byte from host driver and again start clock and sent...
  13. J

    SD Host Controller Design

    Hai all, I have a few doubts regarding the host controller design. From spec, its seen that the card will give "CRC OK and Busy" signal for each block write operation in a multi/single write data transfer. How will the card give this signalling? Thanks & Regards, Jose
  14. J

    modelsim se plus 6.5b post route simulation error

    Hai, when i do post route simulation in modelsim se plus 6.5b, i always get the following error. " # can't read "vsimPriv(Server)": no such element in array " Any body knew why this error occur? Regards, Jose

Part and Inventory Search

Back
Top