From be1f6f5f6a204e4279699b7a427c1f1c45ea338b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 26 Mar 2010 16:21:03 +0100 Subject: Rename project, correctly instantiate SOPC system --- quartus/dionysos_nios2mmu.qsf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'quartus/dionysos_nios2mmu.qsf') diff --git a/quartus/dionysos_nios2mmu.qsf b/quartus/dionysos_nios2mmu.qsf index 1d72e86..925dfed 100644 --- a/quartus/dionysos_nios2mmu.qsf +++ b/quartus/dionysos_nios2mmu.qsf @@ -25,7 +25,7 @@ # Notes: # # 1) The default values for assignments are stored in the file: -# dionysos-nios2mmu_assignment_defaults.qdf +# dionysos_nios2mmu_assignment_defaults.qdf # If this file doesn't exist, see file: # assignment_defaults.qdf # @@ -427,7 +427,13 @@ 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_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top + +set_global_assignment -name QIP_FILE ../lib/altera/sinet_pll.qip set_global_assignment -name VHDL_FILE ../lib/misc/components/reset_sync.vhd set_global_assignment -name VHDL_FILE ../dionysos_top.vhd +set_global_assignment -name QIP_FILE dionysos_nios2mmu.qip +set_global_assignment -name VHDL_FILE dionysos_nios2mmu.vhd + + +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file -- cgit v1.2.3-54-g00ecf