Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Contributor
ntropy
Posts: 84
Registered: ‎09-16-2009
0

SP601 Base Ref Design Progam

In reference to the code provided with the SP601 Evaluation kit; DSP48 example program. 

 

In particular, I'm looking at BRD_PACKET_ENGINE.v code and wondering if I could get any input as to how to expand the data packet that is sent (Transmit Ack pakets) from the board to the computer.  I have attached my current code, which is modified from the original code provided by Xilinx.  The code is modified in terms of the user defined package, which was expanded, but still within the 71 bytes of packet data. 

Xilinx Employee
chrisar
Posts: 383
Registered: ‎08-01-2007
0

Re: SP601 Base Ref Design Progam

Can you explain exactly what you are trying to accomplish in terms of the DSP48, and what this has to do with packet expansion?

Chris
Regular Contributor
ntropy
Posts: 84
Registered: ‎09-16-2009
0

Re: SP601 Base Ref Design Progam

 

The DSP48 is the example program that is provided for the SP601 board.  I'm using the user defined message to send the messages of my choice, however I'm having difficultly expanding the packet so that I'm able to send more information to the GUI.