Revision 259
Added by markw almost 11 years ago
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
Reverse pot direction