[Oberon] FPGA - Oberon - Sound
Tomas Kral
thomas.kral at email.cz
Mon Oct 29 22:16:26 CET 2018
On Mon, 29 Oct 2018 14:07:25 -0700
Magnus Karlsson <magnus at saanlima.com> wrote:
> where analog_left and analog_right are the 12-bit analog values to
> convert.
Thank you, perhaps `analog_left/right' can be mapped at I/O port to a
H/W address register.
(iowadr == 23) ? {24'b0, dataKbd} : // -36
...
(iowadr == 26) ? {8'b0, analog_left, analog_right} : 0); // -24 ????
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list