Revision 226
Added by markw almost 11 years ago
common/a8core/atari5200core_simplesdram.vhd | ||
---|---|---|
|
||
-- 114K to 386k (51 to 172) 121 lines. i.e. 121*114 cycles/256 values = ~54
|
||
pot_clock_div : entity work.enable_divider
|
||
generic map (COUNT=>54)
|
||
generic map (COUNT=>80)
|
||
port map(clk=>clk,reset_n=>reset_n,enable_in=>enable_179,enable_out=>pot_count);
|
||
|
||
pot0 : entity work.pot_from_signed
|
common/a8core/pot_from_signed.vhdl | ||
---|---|---|
ENTITY pot_from_signed IS
|
||
GENERIC
|
||
(
|
||
initial : integer := 108 + 128
|
||
initial : integer := 30 + 128
|
||
);
|
||
PORT
|
||
(
|
Also available in: Unified diff
Changed to some empirical values that work better with 5200 daptor...