Skip to content
Snippets Groups Projects
Commit 5c0929d2 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

take out IBIS generation. This makes quartus not error on compiling

licensed IP blocks. The IBIS files use simulationfiles.
parent 6a945baf
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,9 @@ set_global_assignment -name USER_START_UP_CLOCK ON ...@@ -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_PACKAGE FBGA
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 1932 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_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_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_IBIS_SPECIFICATION_VERSION 5P0 -section_id eda_board_design_signal_integrity
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment