- refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1587 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
PRJ := vga_ctrl_sys
|
||||||
|
PREQ := ./project/$(PRJ).prj ./project/$(PRJ).xst ./project/$(PRJ).lso
|
||||||
|
DEVICE := "xc4vsx35-ff668-10"
|
||||||
|
DIRS := ./xst/tmp
|
||||||
|
|
||||||
|
include ../../../../make/ise.mk
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
set -tmpdir "./xst/tmp"
|
set -tmpdir "./xst/tmp"
|
||||||
set -xsthdpdir "./xst"
|
set -xsthdpdir "./xst"
|
||||||
run
|
run
|
||||||
-ifn ./project/vga_ctrl_top.prj
|
-ifn ./project/vga_ctrl_sys.prj
|
||||||
-ifmt mixed
|
-ifmt mixed
|
||||||
-ofn vga_ctrl_top
|
-ofn vga_ctrl_sys
|
||||||
-ofmt NGC
|
-ofmt NGC
|
||||||
-p xc4vsx35-10-ff668
|
-p xc4vsx35-10-ff668
|
||||||
-top vga_ctrl_sys
|
-top vga_ctrl_sys
|
||||||
@@ -11,7 +11,7 @@ run
|
|||||||
-opt_level 1
|
-opt_level 1
|
||||||
-power NO
|
-power NO
|
||||||
-iuc NO
|
-iuc NO
|
||||||
-lso ./project/vga_ctrl_top.lso
|
-lso ./project/vga_ctrl_sys.lso
|
||||||
-keep_hierarchy NO
|
-keep_hierarchy NO
|
||||||
-rtlview Yes
|
-rtlview Yes
|
||||||
-glob_opt AllClockNets
|
-glob_opt AllClockNets
|
||||||
Reference in New Issue
Block a user