]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Tried to disable erasing user flash when programming
authorJan Michel <j.michel@gsi.de>
Wed, 8 May 2013 18:36:54 +0000 (20:36 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 8 May 2013 18:36:54 +0000 (20:36 +0200)
wasa/cores/flash.vhd

index e8088edfd3e3ba7ccbfe19075dd7c84f676cb11a..992d19c6dbe96e5cc2c7a94087ffc645d57fa8f3 100644 (file)
@@ -135,8 +135,8 @@ begin
 
     EFBInst_0: EFB
         generic map (UFM_INIT_FILE_FORMAT=> "HEX", UFM_INIT_FILE_NAME=> "NONE", 
-        UFM_INIT_ALL_ZEROS=> "ENABLED", UFM_INIT_START_PAGE=>  0
-        UFM_INIT_PAGES=>  767, DEV_DENSITY=> "4000L", EFB_UFM=> "ENABLED", 
+        UFM_INIT_ALL_ZEROS=> "DISABLED", UFM_INIT_START_PAGE=>  766
+        UFM_INIT_PAGES=>  0, DEV_DENSITY=> "4000L", EFB_UFM=> "ENABLED", 
         TC_ICAPTURE=> "DISABLED", TC_OVERFLOW=> "DISABLED", TC_ICR_INT=> "OFF", 
         TC_OCR_INT=> "OFF", TC_OV_INT=> "OFF", TC_TOP_SEL=> "OFF", 
         TC_RESETN=> "ENABLED", TC_OC_MODE=> "TOGGLE", TC_OCR_SET=>  32767,