Skip to content
Snippets Groups Projects
Unverified Commit 6d32c76a authored by enjoy-digital's avatar enjoy-digital Committed by GitHub
Browse files

Merge pull request #188 from hansfbaier/848-deca-video-bloat

fix #848: allow ram initialization in bitstream to enable block ram 
parents ddd46205 b7d86df0
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@ class Platform(AlteraPlatform):
self.add_platform_command("set_global_assignment -name AUTO_RESTART_CONFIGURATION ON")
self.add_platform_command("set_global_assignment -name ENABLE_CONFIGURATION_PINS OFF")
self.add_platform_command("set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF")
self.add_platform_command("set_global_assignment -name INTERNAL_FLASH_UPDATE_MODE \"SINGLE IMAGE WITH ERAM\"")
def create_programmer(self):
return USBBlaster()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment