Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Virtex 5 root port simulation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-23-2011 11:07 AM
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
0
Re: Virtex 5 root port simulation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-26-2011 02:11 AM
In VHDL You can use
PROC_TX_MEMORY_WRITE_32
to write to PP and them read back using
( PROC_TX_MEMORY_READ_32











