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 adam_lo

  1. A

    Custom Ip core CIP with FIFO ?????

    Hello, Please, I need help about how could I use FIFO in my custom IP core? I want to store many data in write fifo and read fifo, but how could i store data in write fifo ( in user_logic.vhdl) If there are any tutorial explain how to store many data in FIFO in vhdl , Plz I need it so much ...
  2. A

    NeeD info about VFBC ?

    Please, any help I need info. about VFBC so much I used spartan 3a 3400 and it came as IP core with it but I did n't understand how
  3. A

    NeeD info about VFBC ?

    Hello, I need info about the 1- How did the VFBC work ?(Please,If anyone have pdf or link about this subject, send it to me :arrow: adam_lo@ymail.com ) 2- what is the benefit of the stride ? and what is mean ? I have spartan 3a 3400 and in the demo that came with it there is a VFBC core . and...
  4. A

    Slidding window in SysGen ? ? ? ?

    Hello Any help please
  5. A

    Slidding window in SysGen ? ? ? ?

    Hello , I need help about how could I build sliding window to implement sobel filter in image using sysgen.
  6. A

    Please,Anyone could help me in timing constraint error ?

    Hello, Please, I need help so much. I don't now why when I add my custom ip core .this error appeared. what this error mean? and how to solve it ? Partition Implementation Status ------------------------------- No Partitions were found in this design. -------------------------------...
  7. A

    NeeD Help in My CIP ?

    No , I don't Know that
  8. A

    NeeD Help in My CIP ?

    Thanks TrickyDicky for your reply Yes, When I read the register the value printed correct Are you mean that? res=MYIP_mReadSlaveReg0(XPAR_MYIP_0_BASEADDR,0); xil_printf("%d",res);
  9. A

    NeeD Help in My CIP ?

    yes of course, in c code MYIP_mWriteSlaveReg0(XPAR_MYIP_0_BASEADDR,0,12); MYIP_mWriteSlaveReg1(XPAR_MYIP_0_BASEADDR,1,3); res=MYIP_mReadSlaveReg2(XPAR_MYIP_0_BASEADDR,2); xil_printf("%d",res);
  10. A

    NeeD Help in My CIP ?

    Hello I create in XPS program Custom ip that add two number and It work correct and the result appeared in hyper terminal . But when replace add to multiplier two no. the result in hyper terminal always be zero ? This code I add after beginning in arch. in user logic mult : process...
  11. A

    Custom IP core with fixed point

    Hi, I wanted to create IPCore to add two fixed point . I added fixed_pkg file to pcores\add_fix_v1_00_a\hdl\vhdl . first I wrote in entity : port( reg_out : out sfixed(29 downto -2); . .); and in architecture I wrote process fix: process(slv_reg0,slv_reg1) variable reg0,reg1,reg2 : (29...

Part and Inventory Search

Back
Top