Skip to content

Commit fd7a3c0

Browse files
committed
updated atlas cyc1000 board. Now fits ok
1 parent 32a7713 commit fd7a3c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

atlas_cyc/PCXT_atlas_cyc.qsf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
7373
set_global_assignment -name GENERATE_RBF_FILE ON
7474
set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF
7575
set_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
7778
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
7879
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
7980
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
@@ -193,4 +194,5 @@ set_global_assignment -name AUTO_RAM_TO_LCELL_CONVERSION ON
193194
set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS ON
194195

195196

197+
196198
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

atlas_cyc/custom_defs.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE AREA
2+

atlas_cyc/defs.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

0 commit comments

Comments
 (0)