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 treqer

  1. treqer

    Designing a SD Card Host Controller

    it not possible/ the position of this 3 bits is fix ---------- Post added at 16:57 ---------- Previous post was at 16:55 ---------- in my core 32mb 64mb 128mb 256mb 512mb 1 -2 4 sd 4 8 16 32 sdhc and 64sdxc work similar
  2. treqer

    [SOLVED] Can't read operator ""-""

    library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all;
  3. treqer

    [SOLVED] SD Card Interface to FPGA

    about 45 megabytes per second - a bold statement. I would write 160 000 megabytes per hour, which is not the same thing.
  4. treqer

    sine wave generation in vhdl

    determine the frequency. In any case. to generate a sine with a frequency of 1 MHz with an accuracy of 100 points for the period necessary to touch these points at 100 megahertz. See DDS synthesizer on FPGA ---------- Post added at 11:14 ---------- Previous post was at 11:12 ---------- jumps...
  5. treqer

    generic shift register

    process (main_clk_100meg) begin if (main_clk_100meg'event and main_clk_100meg = '1') then a_1<= a_0; a_2<= a_1; ----------------------------- a_n <= a_n-1; end if; end process ;
  6. treqer

    how to use hyperterminal to check FPGA?

    I did not understand, can I record-HEX data in Matlab so convert them into asci codes on board fpga. and use in Matlab via import directly.
  7. treqer

    how to use hyperterminal to check FPGA?

    I use zoc transferring data from fpga to pc. To compare the results with theoretical predictions. The rate of 921 600
  8. treqer

    Burst transfer application

    This method of data transfer can be applied to any device is compatible. For the PPC405 to access any memory.
  9. treqer

    code check do 254 problems

    [/COLOR]I probably do not understand. Bring a line of text
  10. treqer

    How can I design a simple graphic card ?

    CY7C1460AV33 - 4m, CY7C1470V33, CY7C1472V33, and CY7C1474V33 - 8m
  11. treqer

    read data from DDR xilinx ML507

    I'm not a programmer. I can only analyze the process of recording, if you describe the state of the first 10 memory cells. Before and after your download file. To do this, I am interested in the contents of the file.
  12. treqer

    read data from DDR xilinx ML507

    can be a problem in the position of bytes. big-endian little-Indian?
  13. treqer

    How can I design a simple graphic card ?

    about the video. Requires intermediate video memory. The size should match the resolution and color depth. For 1024 * 768 and 16 bit color (5-5-6) 1024 * 768 * 2 bytes. Static memory, you can connect yourself. For the dynamic - it is better to take a ready-made controller. For this controller...
  14. treqer

    How can I design a simple graphic card ?

    it is not easy)))) it requires a controller SD_MMC / block in the file system (processor) display unit of memory -> VGA arbitter memory
  15. treqer

    read data from DDR xilinx ML507

    check that 1. read the first 10 memory at address 0. 2. record the first 10 memory at address 0 3. read the first 10 memory at address 0. Do not forget that memory addressing byte. To read and write to 32 should be addressed to increase by 4.

Part and Inventory Search

Back
Top