- use default mapping and par settings
git-svn-id: http://moon:8086/svn/vhdl/trunk@1147 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -23,7 +23,7 @@ $(PRJ).ngd: $(PRJ).ngc ./project/$(PRJ).ucf
|
|||||||
|
|
||||||
# Map
|
# Map
|
||||||
$(PRJ)_map.ncd: $(PRJ).ngd
|
$(PRJ)_map.ncd: $(PRJ).ngd
|
||||||
map -intstyle xflow -p $(DEVICE) -timing -logic_opt on -ol high -xe n -t 1 -register_duplication -global_opt on -retiming on -equivalent_register_removal on -cm area -pr b -k 4 -power off -o $(PRJ)_map.ncd $(PRJ).ngd $(PRJ).pcf
|
map -intstyle xflow -p $(DEVICE) -timing -logic_opt on -ol high -xe n -t 1 -register_duplication -cm area -ignore_keep_hierarchy -pr off -k 4 -power off -o $(PRJ)_map.ncd $(PRJ).ngd $(PRJ).pcf
|
||||||
|
|
||||||
# PAR
|
# PAR
|
||||||
$(PRJ).ncd: $(PRJ)_map.ncd
|
$(PRJ).ncd: $(PRJ)_map.ncd
|
||||||
@@ -44,5 +44,3 @@ clean:
|
|||||||
rm -f smartpreview.twr
|
rm -f smartpreview.twr
|
||||||
rm -f $(PRJ)*.*
|
rm -f $(PRJ)*.*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ run
|
|||||||
-rom_style Auto
|
-rom_style Auto
|
||||||
-auto_bram_packing NO
|
-auto_bram_packing NO
|
||||||
-mux_extract YES
|
-mux_extract YES
|
||||||
-resource_sharing NO
|
-resource_sharing YES
|
||||||
-async_to_sync NO
|
-async_to_sync NO
|
||||||
-use_dsp48 auto
|
-use_dsp48 auto
|
||||||
-iobuf YES
|
-iobuf YES
|
||||||
@@ -49,14 +49,12 @@ run
|
|||||||
-bufg 32
|
-bufg 32
|
||||||
-bufr 24
|
-bufr 24
|
||||||
-register_duplication YES
|
-register_duplication YES
|
||||||
-register_balancing Yes
|
-register_balancing No
|
||||||
-move_first_stage YES
|
|
||||||
-move_last_stage YES
|
|
||||||
-slice_packing YES
|
-slice_packing YES
|
||||||
-optimize_primitives NO
|
-optimize_primitives NO
|
||||||
-use_clock_enable Auto
|
-use_clock_enable Auto
|
||||||
-use_sync_set Auto
|
-use_sync_set Auto
|
||||||
-use_sync_reset Auto
|
-use_sync_reset Auto
|
||||||
-iob true
|
-iob auto
|
||||||
-equivalent_register_removal YES
|
-equivalent_register_removal YES
|
||||||
-slice_utilization_ratio_maxmargin 5
|
-slice_utilization_ratio_maxmargin 5
|
||||||
|
|||||||
Reference in New Issue
Block a user