-added timing report
git-svn-id: http://moon:8086/svn/vhdl/trunk@1231 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -12,6 +12,7 @@ translate: $(PRJ).ngd
|
||||
map: $(PRJ)_map.ncd
|
||||
par: $(PRJ).ncd
|
||||
bit: $(PRJ).bit
|
||||
timing : $(PRJ).twr
|
||||
|
||||
# Netlist
|
||||
$(PRJ).ngc: $(DIRS) $(PREQ) ./project/$(PRJ).ucf
|
||||
@@ -29,6 +30,10 @@ $(PRJ)_map.ncd: $(PRJ).ngd
|
||||
$(PRJ).ncd: $(PRJ)_map.ncd
|
||||
par -w -intstyle xflow -ol high -t 1 $(PRJ)_map.ncd $(PRJ).ncd $(PRJ).pcf
|
||||
|
||||
# Timing
|
||||
$(PRJ).twr: $(PRJ).ncd $(PRJ).pcf ./project/$(PRJ).ucf
|
||||
trce -intstyle xflow -v 3 $(PRJ).ncd -ucf ./project/$(PRJ).ucf -o $(PRJ).twr $(PRJ).pcf
|
||||
|
||||
# Bitgen
|
||||
$(PRJ).bit: $(PRJ).ncd ./project/$(PRJ).ut
|
||||
bitgen -intstyle xflow -f ./project/$(PRJ).ut $(PRJ).ncd
|
||||
|
||||
Reference in New Issue
Block a user