From 89f75bd4e87e987eb4d22f6f4d2cfd1d6035670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 22 Dec 2014 06:42:16 +0000 Subject: [PATCH] fixed IRQn[x] to IRQ_n[x] --- vhdl/backend/Altera/Firebee/firebee.qsf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vhdl/backend/Altera/Firebee/firebee.qsf b/vhdl/backend/Altera/Firebee/firebee.qsf index 5526f05..dc339d5 100755 --- a/vhdl/backend/Altera/Firebee/firebee.qsf +++ b/vhdl/backend/Altera/Firebee/firebee.qsf @@ -318,12 +318,6 @@ set_location_assignment PIN_R2 -to IDE_CSn[0] set_location_assignment PIN_R1 -to IDE_CSn[1] set_location_assignment PIN_P1 -to IDE_RDn set_location_assignment PIN_P2 -to IDE_WRn -set_location_assignment PIN_F21 -to IRQn[2] -set_location_assignment PIN_H20 -to IRQn[3] -set_location_assignment PIN_F20 -to IRQn[4] -set_location_assignment PIN_P5 -to IRQn[5] -set_location_assignment PIN_P7 -to IRQn[6] -set_location_assignment PIN_N7 -to IRQn[7] set_location_assignment PIN_P3 -to ROM3n set_location_assignment PIN_U2 -to ROM4n set_location_assignment PIN_N5 -to RP_LDSn @@ -608,9 +602,6 @@ set_instance_assignment -name IO_STANDARD "2.5 V" -to VD_QS set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to HSYNC set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to CLK_PIXEL set_instance_assignment -name IO_STANDARD "3.0-V LVTTL" -to VSYNC -set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQn[2] -set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQn[3] -set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQn[4] set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to VD_QS set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to HSYNC set_instance_assignment -name CURRENT_STRENGTH_NEW 16MA -to CLK_PIXEL @@ -689,4 +680,13 @@ set_instance_assignment -name CURRENT_STRENGTH_NEW 8MA -to SYNC_n set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to CLK_DDR_OUT_n set_instance_assignment -name IO_STANDARD "2.5 V" -to CLK_DDR_OUT_n set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to CLK_DDR_OUT_n -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top +set_location_assignment PIN_F21 -to IRQ_n[2] +set_location_assignment PIN_H20 -to IRQ_n[3] +set_location_assignment PIN_F20 -to IRQ_n[4] +set_location_assignment PIN_P5 -to IRQ_n[5] +set_location_assignment PIN_P7 -to IRQ_n[6] +set_location_assignment PIN_N7 -to IRQ_n[7] +set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQ_n[2] +set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQ_n[3] +set_instance_assignment -name IO_STANDARD "3.0-V LVCMOS" -to IRQ_n[4] \ No newline at end of file