-
Notifications
You must be signed in to change notification settings - Fork 81
Fixes #8 ch5 audio #9
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
base: master
Are you sure you want to change the base?
Fixes #8 ch5 audio #9
Conversation
|
Thanks for the contribution. I'll take a look. I would also point you to the 2nd edition of the books code, which is more accurate to how Digilent did their's. https://github.com/PacktPublishing/The-FPGA-Programming-Handbook-Second-Edition. |
|
Ah I was not aware of that. Thank you very much! |
I am reading the first edition, on O'Reilly. Is the source code for the 2nd edition reasonably compatible with the 1st edition? |
|
The second edition isn't completed yet, still going through the review process. It mostly follows the first version with the addition of VHDL examples. The audio portion is, unfortunately, one of the more major deviations since we realized that the implementation deviated quite a bit from the way Digilent did it and we wanted to bring it in line. I will take a look at what you have submitted as it probably fixes real problems and get's the design into a better state. I would suggest reaching out to Packt and asking if you could be a reviewer of the second edition if you are so interested as I believe the review process is still on going. I'll bring it up to them also if you are interested.
…________________________________
From: electropaultje ***@***.***>
Sent: Wednesday, December 27, 2023 4:26:20 AM
To: PacktPublishing/Learn-FPGA-Programming
Cc: Frank Bruno; Assign
Subject: Re: [PacktPublishing/Learn-FPGA-Programming] Fixes #8 ch5 audio (PR #9)
Thanks for the contribution. I'll take a look. I would also point you to the 2nd edition of the books code, which is more accurate to how Digilent did their's. https://github.com/PacktPublishing/The-FPGA-Programming-Handbook-Second-Edition.
I am reading the first edition, on O'Reilly. Is the source code for the 2nd edition reasonably compatible with the 1st edition?
—
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZNYU4WOQPFTPGKMC6BMM3YLPZUZAVCNFSM6AAAAABBDBTDDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGE3DKNJQHA>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
I am definitely interested, thanks. Thank you and have a good holiday season! |
This pull request should fix issue 8.
It fixes a problem with the test bench in which a sine wave should be generated.
The rest of the fix is in the sampling of the m_data signal: