summaryrefslogtreecommitdiff
path: root/quartus/dionysos_nios2mmu.qsf
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-03-26 15:28:13 +0100
committerTobias Klauser <klto@zhaw.ch>2010-03-26 15:28:13 +0100
commit348815e31377e68c8d6f89717b75583147346c8c (patch)
tree3512560035fd4fb62d2f4a04f568c060350e1b5c /quartus/dionysos_nios2mmu.qsf
parent82dcb83ed8cd6bfe5d79541a972028b650dc03c3 (diff)
top level entity
Diffstat (limited to 'quartus/dionysos_nios2mmu.qsf')
-rw-r--r--quartus/dionysos_nios2mmu.qsf11
1 files changed, 3 insertions, 8 deletions
diff --git a/quartus/dionysos_nios2mmu.qsf b/quartus/dionysos_nios2mmu.qsf
index 6f7f6be..1d72e86 100644
--- a/quartus/dionysos_nios2mmu.qsf
+++ b/quartus/dionysos_nios2mmu.qsf
@@ -44,7 +44,7 @@ set_global_assignment -name DEVICE EP3C40F484C6
# Project wide assignments
# ------------------------
-set_global_assignment -name TOP_LEVEL_ENTITY "dionysos-nios2mmu"
+set_global_assignment -name TOP_LEVEL_ENTITY "dionysos_top"
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 9.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "17:15:51 FEBRUARY 22, 2010"
set_global_assignment -name LAST_QUARTUS_VERSION 9.1
@@ -405,14 +405,12 @@ set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
-set_global_assignment -name ENABLE_ADVANCED_IO_TIMING ON
set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 6
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name FORCE_CONFIGURATION_VCCIO ON
-set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION "USE AS REGULAR IO"
set_global_assignment -name RESERVE_DATA0_AFTER_CONFIGURATION "USE AS REGULAR IO"
set_global_assignment -name RESERVE_DATA1_AFTER_CONFIGURATION "USE AS REGULAR IO"
set_global_assignment -name RESERVE_FLASH_NCE_AFTER_CONFIGURATION "USE AS REGULAR IO"
@@ -429,10 +427,7 @@ set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
-set_global_assignment -name QUARTUS_PTF_FILE dionysos_nios2mmu.ptf
-set_global_assignment -name SOPC_FILE dionysos_nios2mmu.sopc
-set_global_assignment -name SOURCE_FILE dionysos_nios2mmu.sopcinfo
-set_global_assignment -name VHDL_FILE dionysos_nios2mmu.vhd
+set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
+
set_global_assignment -name VHDL_FILE ../lib/misc/components/reset_sync.vhd
set_global_assignment -name VHDL_FILE ../dionysos_top.vhd
-set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top