Revision 1529
Added by markw about 1 hour ago
| pokeymax.vhd | ||
|---|---|---|
|
end if;
|
||
|
if (enable_sample=1) then
|
||
|
ACTUAL_CAPABILITY(5) := '1';
|
||
|
if sample_ram_size=65536 then
|
||
|
ACTUAL_CAPABILITY(7) := '1';
|
||
|
end if;
|
||
|
else
|
||
|
ACTUAL_CAPABILITY(5) := '0';
|
||
|
end if;
|
||
Add sample size of 64K to capability(7)