- 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
|
||||
$(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
|
||||
$(PRJ).ncd: $(PRJ)_map.ncd
|
||||
@@ -43,6 +43,4 @@ clean:
|
||||
rm -f xlnx_auto_0.ise
|
||||
rm -f smartpreview.twr
|
||||
rm -f $(PRJ)*.*
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user