From 5c0929d2403dd2d704194ffc6a1ce093e2bb5d4b Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Thu, 5 Feb 2015 08:03:02 +0000 Subject: [PATCH] take out IBIS generation. This makes quartus not error on compiling licensed IP blocks. The IBIS files use simulationfiles. --- .../uniboard2/libraries/unb2_board/quartus/unb2_board.qsf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf b/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf index 83018786ad..926029ed98 100644 --- a/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf +++ b/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.qsf @@ -55,9 +55,9 @@ set_global_assignment -name USER_START_UP_CLOCK ON set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA set_global_assignment -name DEVICE_FILTER_PIN_COUNT 1932 -set_global_assignment -name EDA_BOARD_DESIGN_SIGNAL_INTEGRITY_TOOL "IBIS (Signal Integrity)" -set_global_assignment -name EDA_OUTPUT_DATA_FORMAT IBIS -section_id eda_board_design_signal_integrity -set_global_assignment -name EDA_IBIS_SPECIFICATION_VERSION 5P0 -section_id eda_board_design_signal_integrity +#set_global_assignment -name EDA_BOARD_DESIGN_SIGNAL_INTEGRITY_TOOL "IBIS (Signal Integrity)" +#set_global_assignment -name EDA_OUTPUT_DATA_FORMAT IBIS -section_id eda_board_design_signal_integrity +#set_global_assignment -name EDA_IBIS_SPECIFICATION_VERSION 5P0 -section_id eda_board_design_signal_integrity set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top -- GitLab