summaryrefslogtreecommitdiffstats
path: root/pong3.qsf
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-11 10:34:23 +0100
committerJames <james.mckenzie@citrix.com>2013-10-11 10:34:23 +0100
commit4f66956b93358d943df0610015e02865d1c3339d (patch)
treee8f2a1f5448fd0c3509db5b402bc0118e67c1ec7 /pong3.qsf
parentcce17fefd6e042c0a40a9af3bdfdbb6bc11ded34 (diff)
downloadpong-4f66956b93358d943df0610015e02865d1c3339d.tar.gz
pong-4f66956b93358d943df0610015e02865d1c3339d.tar.bz2
pong-4f66956b93358d943df0610015e02865d1c3339d.zip
now with scores
Diffstat (limited to 'pong3.qsf')
-rw-r--r--pong3.qsf2
1 files changed, 2 insertions, 0 deletions
diff --git a/pong3.qsf b/pong3.qsf
index f8ef54f..b614ba7 100644
--- a/pong3.qsf
+++ b/pong3.qsf
@@ -48,6 +48,7 @@ set_global_assignment -name DEVICE_FILTER_PACKAGE "ANY QFP"
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 208
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
+set_location_assignment PIN_41 -to seven_seg[7]
set_location_assignment PIN_40 -to seven_seg[6]
set_location_assignment PIN_37 -to seven_seg[5]
set_location_assignment PIN_43 -to seven_seg[4]
@@ -149,4 +150,5 @@ set_global_assignment -name VERILOG_FILE pong3.v
set_global_assignment -name QSYS_FILE my_sys.qsys
+
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file