[Oberon] FPGA - Oberon - Sound
Tomas Kral
thomas.kral at email.cz
Mon Oct 29 22:00:11 CET 2018
On Mon, 29 Oct 2018 21:20:05 +0100
Tomas Kral <thomas.kral at email.cz> wrote:
> How do I connect `DACout' to
>
> # audio
> NET "AUDIO_L" LOC = "K15";
> NET "AUDIO_R" LOC = "K16";
>
> in `Pepino_UCF'?
Ah, probably need to instantiate from the top module first with clock.
DAC (.clk(clk), ...?)
...
assign assign AUDIO_L = DACout;
But I need to also map I/O to DACin, somehow, right?
assign inbus = ~ioenb ? inbus0 :
((iowadr == ??) ?? :
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list