File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
7373set_global_assignment -name GENERATE_RBF_FILE ON
7474set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF
7575set_global_assignment -name OPTIMIZATION_MODE "AGGRESSIVE PERFORMANCE"
76- set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
76+ #set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
77+ set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE AREA
7778set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
7879set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
7980set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
@@ -193,4 +194,5 @@ set_global_assignment -name AUTO_RAM_TO_LCELL_CONVERSION ON
193194set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS ON
194195
195196
197+
196198set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
Original file line number Diff line number Diff line change 1+ set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE AREA
2+
Original file line number Diff line number Diff line change 1515`define NO_CMSOUND // Game Blaster. For board with not enough Logic cells
1616`define NO_CREDITS // (10 M9K) Remove Credits screen. For boards with not enough BRAM
1717`define CGA_32 // (32 M9K)
18- `define NO_UART1 // (2 M9K)
18+ // `define NO_UART1 // (2 M9K)
1919
2020// DEVELOPMENT MACROS
2121// `define NO_MDA
You can’t perform that action at this time.
0 commit comments