Project

General

Profile

« Previous | Next » 

Revision 259

Added by markw almost 11 years ago

Reverse pot direction

View differences:

common/a8core/atari800core_simple_sdram.vhd
pot0 : entity work.pot_from_signed
GENERIC MAP
(
cycle_length=>cycle_length
cycle_length=>cycle_length,
reverse => 1
)
PORT MAP
(
......
pot1 : entity work.pot_from_signed
GENERIC MAP
(
cycle_length=>cycle_length
cycle_length=>cycle_length,
reverse => 1
)
PORT MAP
(
......
pot2 : entity work.pot_from_signed
GENERIC MAP
(
cycle_length=>cycle_length
cycle_length=>cycle_length,
reverse => 1
)
PORT MAP
(
......
pot3 : entity work.pot_from_signed
GENERIC MAP
(
cycle_length=>cycle_length
cycle_length=>cycle_length,
reverse => 1
)
PORT MAP
(

Also available in: Unified diff