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
Visitor
maxascent
Posts: 8
Registered: ‎06-10-2009
0

Virtex 5 root port simulation

I have a Virtex 5 PCIe design in VHDL and want to check for a memory write 32 TLP received at the root port. In the user guide it says to use the task TSK_EXPECT_MEMWR but this seems to be for verilog. How would I do this in VHDL?

 

TIA

 

 

Xilinx Employee
yangliiris
Posts: 125
Registered: ‎08-02-2007
0

Re: Virtex 5 root port simulation

In VHDL You can use

 PROC_TX_MEMORY_WRITE_32

to write to PP and them read back using

 

 ( PROC_TX_MEMORY_READ_32