Revision 468
Added by markw about 9 years ago
chameleon/atari800core_chameleon.vhd | ||
---|---|---|
clk => clk,
|
||
clk_ena => '1',
|
||
pcm_in => AUDIO_L_RAW&"0000",
|
||
dac_out => sigmaL
|
||
dac_out => sigmaR
|
||
);
|
||
|
||
dac_right : hq_dac
|
||
... | ... | |
clk => clk,
|
||
clk_ena => '1',
|
||
pcm_in => AUDIO_R_RAW&"0000",
|
||
dac_out => sigmaR
|
||
dac_out => sigmaL
|
||
);
|
||
|
||
-- Some common chameleon parts - e.g. mux - taken from the hardware test
|
Also available in: Unified diff
Sound appears to be back to front on the chameleon top level!