summaryrefslogtreecommitdiff
path: root/quartus/dionysos_nios2mmu.qsf
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-05-03 08:42:48 +0200
committerTobias Klauser <tklauser@distanz.ch>2012-05-03 08:42:48 +0200
commit134933c6336efed17dde077df3a9a3233b620bae (patch)
treeb078df5a981484810366c6d252a1f684f1af34c6 /quartus/dionysos_nios2mmu.qsf
parente37253570ba921aa4379ae25999fc04c2af6e7e2 (diff)
Add GPIOs etc.
Diffstat (limited to 'quartus/dionysos_nios2mmu.qsf')
-rw-r--r--quartus/dionysos_nios2mmu.qsf10
1 files changed, 7 insertions, 3 deletions
diff --git a/quartus/dionysos_nios2mmu.qsf b/quartus/dionysos_nios2mmu.qsf
index 4e44174..23cdf35 100644
--- a/quartus/dionysos_nios2mmu.qsf
+++ b/quartus/dionysos_nios2mmu.qsf
@@ -434,6 +434,10 @@ set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
+
+
+set_global_assignment -name VHDL_FILE ../lib/misc/components/buf_sync.vhd
+set_global_assignment -name VHDL_FILE ../lib/misc/components/input_sync.vhd
set_global_assignment -name VHDL_FILE ../lib/ethernet/components/rmii_phy_to_mii_mac.vhd
set_global_assignment -name VHDL_FILE ../lib/misc/components/bibuf_async.vhd
set_global_assignment -name VHDL_FILE ../lib/misc/ines_vhdl_lib_base_pkg.vhd
@@ -444,9 +448,9 @@ set_global_assignment -name VHDL_FILE ../lib/ethernet/components/rmii_in_out.vhd
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_global_assignment -name SDC_FILE dionysos_nios2mmu.sdc
-
-
+set_global_assignment -name QIP_FILE dionysos_nios2mmu.qip
+set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS ON
+set_global_assignment -name TIMEQUEST_DO_CCPP_REMOVAL ON
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file