-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Rohit's vmodvga board in the firmware #30
Comments
Coincidence! I was also thinking of porting it to misoc. Misoc & migen is On Sat, Aug 22, 2015 at 12:37 AM, Tim Ansell [email protected]
|
Feel free to contact me if you have question about misoc/migen. |
@enjoy-digital , Sure will do! Thanks! |
@rohit91 How's it going? :) |
@rohit91 ping? |
Current progress: https://asciinema.org/a/82naz6l6q3pupejkqx0cftcml ToDo: Data capture from AD9984A. Still have to write code for that! |
@mithro there is also a problem. Using Ethernet (@2.5 Volts) along with VHDCI (@3.3 Volts) results in IO-Standard voltage conflict, since both Ethernet and VHDCI are on same bank, so different voltages is not possible. We would have to redesign the VGA board with AD9984A's Output-pins' Voltage supply as 2.5V to make it work along with Ethernet. Would require change of 3.3V regulator to 2.5V regulator and, I guess, nothing else. |
@rohit91 Great to see the progress. Want to push your code somewhere so we can take a look / help figure out the problems. |
For now, we can just disable Ethernet right? |
@mithro Yes, that is how I'm using it for now :) Build fails on adding Ethernet core! |
presumably though for the Opsis TOFE board we want to switch to 2v5? |
The TOFE board needs to work at 3v3 level. The Ethernet in connected
|
How is it going @rohit91 - It looked like you almost have it working? |
I'm at the last stage. 2 days back, I tried a test capture. There was some semblance of working, but the output was messy. I will have to look where might be the problem. |
Yay! A awesome stable capture! It was just one-line fix! 😂 Actual capture pics (all of them): https://drive.google.com/folderview?id=0B7Sp1NskALPdMjdQc1pBRExpZ1U&usp=sharing |
Congrats! |
@rohit91 I have one of your VGA boards here if you want me to test it. That said I can see you have cables jumpered/soldered to your board in your pic? |
@enjoy-digital Thanks! :) But most of the heavy-lifting was already done by you! To quote Newton "If I have seen further, it is by standing on the shoulders of giants" @xfxf Hi Ryan! :) You can try with your board without any modification. Main thing to test for is image capture stability without screen going blank. Expect getting output having very saturated colors. I'll have to fiddle with ADC's gain registers to correct those. Also, there might be random white dots on capture output. I'll look into those too. They are either due to AD9984A's incorrect register values or PCB noises (due to design or my poor hand soldering) Just try the bit-file. FX2 firmware is not needed, since encoder is not present in the bit-file. |
@rohit91 ping? We should get this merged ASAP. |
@mithro Yeah. I'll look into it tonight and get it merged in 1-2 days max. On Tue, Mar 1, 2016 at 9:01 AM, Tim Ansell [email protected] wrote:
|
Gateware support is in #215 |
https://github.com/timvideos/HDMI2USB-vmodvga
The text was updated successfully, but these errors were encountered: