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 asi123

  1. A

    Video processing using FPGA and GPU

    So, I have this really abstract idea, any tips or ideas will be much appreciate. I have an input video stream, I want to process it and throw it out as fast as possible, I don't believe a regular PC can do it because of the overhead of the CPU (getting the video stream and throw it into to...
  2. A

    Raspberry Pi starter kit

    Hey, Looking for a Raspberry Pi starter kit, which one would you recommend? Thanks a lot. Assaf.
  3. A

    [SOLVED] Synchronous clock division

    Hey, what board are you using?
  4. A

    vhdl code for serial communication

    Would you like a cup of coffee to go with it...? Please be more specific, what are you looking for? Uart, SPI, IIC and so on? Basically you need to take parallel data and serialize it, not a hard thing to do using shift registers for example. Assaf.
  5. A

    IDE for STM32F107VCT6 MCU

    Hey, I'm kind of new to this stuff so bare with me... :) I want to buy the following board https://www.mikroe.com/easymx-pro/stm32/ just to play around with the arm processor for studying purposes. MikroElektronika has there mikroC PRO for ARM, but it costs more then the board... I need...
  6. A

    So I want to experience a bit with with ARM...

    I thought about buying one of the following boards: **broken link removed** or maybe **broken link removed** For studying purposes. I have an experience in Xilinx FPGAs, Virtex 5 and Spartan 6. I would have bought there zynq 7000 but it's a bit pricey... So what do you think about the...
  7. A

    Synthesis timing summary in Xilinx tool (ISE)

    I'm getting the following timing summary from the synthesis: Timing Summary: Speed Grade: -1 Minimum period: 9.982ns (Maximum Frequency: 100.180MHz) Minimum input arrival time before clock: 4.597ns Maximum output required time after clock: 4.364ns Maximum combinational path delay: 2.788ns...
  8. A

    some nets not showing up in chipscope

    Are you getting errors about the constraints? Make sure the clock you use for chipscope is able to sample the signals you are giving it. You may have a timing problem. Assaf.
  9. A

    Reading the SODIMM SPD using I2C

    I'm basically getting a counter instead of the SPD. Now I used the example from xilinx iic_ddr2 /****************************************************************************** * * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" * AS A COURTESY TO YOU, SOLELY FOR USE...
  10. A

    Reading the SODIMM SPD using I2C

    So, this is what I did. I took the code from xilinx examples for Low_Driver_IIC and change it a bit. /***************************** Include Files *********************************/ #include "xparameters.h" #include "xiic.h" #include "xil_io.h" /************************** Constant...
  11. A

    Using I2C to read the SODIMM SPD

    Hey guys. I'm trying to read the SPD of my SODIMM: MT4HTF3264HY. This is what I did: int main() { int Initialize_Result, Start_Result, SetAddress_Result, MasterRecv_Result; XIic InstancePtr; u8 RxMsg; init_platform(); Initialize_Result = XIic_Initialize(&(InstancePtr)...
  12. A

    Need help to solve Hfss license error in windows 7

    Hfss in windows 7 Hey guys. I tried to install Hfss v11 in windows 7. I used the compatibility tool to windows XP (sp2) and the installation went smooth. The problem is when I try to start the application, I keep getting this annoying error: "Failed to check out license hfss_desktop Invalid...

Part and Inventory Search

Back
Top