- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1587 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 17:52:26 +00:00
parent a4b3c6cbb5
commit d32d1d090b
8 changed files with 10 additions and 3 deletions
+7
View File
@@ -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.
@@ -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