- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
I'm going to start working on writing the VHDL for the Audio Codec in the DE2. I was hoping that by posting my progress here, I'd:- Be able to work step by step and clearly ask questions on each one
- Build an informative document that could serve as a tutorial for other users interested in doing the same thing.
링크가 복사됨
6 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
So,
I originally thought I'd start with the first item in the datasheet, but after having a read, it seems I should be starting with clock. For (what I think would be) ease of use, I've decided to use the Internal Crystal Oscillator for my clock. Page 32 describes it as what seems to be a reliable source for my purposes. So far it looks like I'll be using these features:- Internal Clock
- Master Mode
- DSP Mode
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
hey MMalik , did you compiled the vhdl code for audio codec? if you have the coded , can you share with me..
i am using audio codec as adc for my final year project... thanks. help is appreciated..- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- hey MMalik , did you compiled the vhdl code for audio codec? if you have the coded , can you share with me.. i am using audio codec as adc for my final year project... thanks. help is appreciated.. --- Quote End --- Hello, I'm afraid I never took the time to start. I have recently decided to come back to FPGAs, but am considering using Lucid or Scala and convert to HDL. None of this would be of any help to you at the moment though. Good luck. Edit, found a nice paper in Verilog: http://www.eecg.toronto.edu/~jayar/ece241_08f/audiovideocores/audio/audio.html
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- hey MMalik , did you compiled the vhdl code for audio codec? if you have the coded , can you share with me.. i am using audio codec as adc for my final year project... thanks. help is appreciated.. --- Quote End --- his utilization is not a hello world demo.... if start from zero, it would be time consuming when ther eis no example design as reference.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- his utilization is not a hello world demo.... if start from zero, it would be time consuming when ther eis no example design as reference. --- Quote End --- When I last read the intro, the code was included, for the audio codec itself, not sure about any other modules. You seem to just want the full answer and not learn by example. I hope you get what you would like, but don't you think that if you're training to be a professional that it's important to learn a bit of what you'll be involved in(if you're lucky)? How much do you know about HDLs? If you'd like, we could exchange messages and try to learn this together.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
if you are using the DE2 board, which was mentioned in the beginning then take a look at the example designs: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=165&no=30&partno=4. There you will find an example design called "DE2 Music Synthesizer Source Code". I just downloaded it and it looks like it contains an audio codec written in Verilog HDL. I hope this helps.