- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 02:04 AM
Hi,
I was looking for a DVI/VGA to HDMI adaptar so that I can source an input video through the DISPLAY PORT Peripheral to ML605 board.
I have found one on this link http://www.monoprice.com/products/product.asp?c_id
Is it recommended to buy the above adaptar ?
Thank you.
Solved! Go to Solution.
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 02:44 AM
Kumar,
What does this mean: so that I can source an input video through the DISPLAY PORT Peripheral to ML605 board
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 03:47 AM
Hi Bob,
I was referring to the DVI I/O FMC module of this link : http://www.em.avnet.com/en-us/design/drc/Pages/DVI
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 03:57 AM
Hi sorry I may have wrongly referred to it as "DISPLAY PORT PERIPHERAL" !!!
Re: DVI/VGA to HDMI adaptars ML605
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 05:22 AM - edited 02-07-2012 05:23 AM
Did you read the hardware guide for the DVI I/O FMC module to learn what connectors are on the board?
Do you know what connector you are trying to mate with this module?
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 08:56 AM
Hi Bob,
What I understand is that it has DVI D input/output with HDMI Connectors.
But I have a graphics card through which I need to gather input into the FPGA. It can be connected through a DVI Connector. So I was thinking of using a DVI - HDMI bridge so that I could read the data into the module through DVI FMC I/O from the graphics card of the system.
Re: DVI/VGA to HDMI adaptars ML605
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 09:59 AM - edited 02-07-2012 09:59 AM
What I understand is that it has DVI D input/output with HDMI Connectors.
Yes. HDMI connectors on source or sink devices are all female.
But I have a graphics card through which I need to gather input into the FPGA. It can be connected through a DVI Connector.
Here are the connectors you need on ends of the cable between the video card output and the Avnet add-on board.
- The DVI end is called DVI-D Single Link Male
- The HDMI end is called HDMI Male

This image below shows the video output connector you have on your video card, right?
This is called DVI-D Single Link Female.

-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 10:20 AM
Hi Bob,
Thanks for the suggestion. Is it also possible that if I have a VGA source, can I use a DVI - VGA bridge on the DVI-D SINGLE LINK MALE END of the Connector you have suggested ? Will there be signal integrity issues ?
Re: DVI/VGA to HDMI adaptars ML605
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 10:30 AM - edited 02-08-2012 01:42 AM
VGA is analogue only. The DVI connector can simultaneously carry both analogue and digital video signals, on separate sets of connector pins. The DVI analogue interface is called DVI-A. There are very inexpensive adapters to mate the DVI-A analogue signal pins to a VGA connection. These adapters do not convert analogue video to digital video. The video is analogue only through such adapters.
However, the Avnet video board does not support any form of analogue video. You should read the hardware guide for the Avnet board. It's a short document.
If you want to convert analogue video to digital video, there are converters which cost about $50 US.
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: DVI/VGA to HDMI adaptars ML605
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 11:04 AM
Thank you Bob











