Mercurial > flash_v2
diff packages/devs/flash/synthv2/current/cdl/flash_synth.cdl @ 1724:a24dbf2587a3
* src/flash_synth.c: Allow the use of arbitary sized block.
* test/flash3.c: Allow the use of small blocks
| author | asl |
|---|---|
| date | Thu, 09 Sep 2004 13:13:22 +0000 |
| parents | 0673c75f3a08 |
| children | 49e24a462730 |
line wrap: on
line diff
--- a/packages/devs/flash/synthv2/current/cdl/flash_synth.cdl +++ b/packages/devs/flash/synthv2/current/cdl/flash_synth.cdl @@ -80,8 +80,7 @@ cdl_package CYGPKG_DEVS_FLASH_SYNTH_V2 { display "Size of one block of synth flash" flavor data default_value 65536 - legal_values 4096 to 999999 - requires { (CYGNUM_FLASH_SYNTH_V2_BLOCKSIZE % 4096) == 0 } + legal_values 512 to 999999 description " This controls the size of one block of flash. This is the minimum size that can be erased."
