File tree Expand file tree Collapse file tree 9 files changed +545
-581
lines changed Expand file tree Collapse file tree 9 files changed +545
-581
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DEFAULT_CPP := /home/utils/gcc-4.0.0/bin/cpp
13
13
DEFAULT_GCC := /home/utils/gcc-4.0.0/bin/g++
14
14
DEFAULT_PERL := /home/utils/perl-5.8.8/bin/perl
15
15
DEFAULT_JAVA := /home/utils/java/jdk1.8.0_131/bin/java
16
- DEFAULT_PROJ := nv_large nv_small
16
+ DEFAULT_PROJ := nv_full
17
17
18
18
$(TREE_MAKE ) : Makefile
19
19
@echo " Creating tree.make to setup your working environment and projects"
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ croak "$tree_make_vm does not exists" unless -e $tree_make_vm;
17
17
18
18
system (" chmod +w $tot /tree.make" ) if $run ;
19
19
system (" cp $tree_make_vm $tot /tree.make" ) if $run ;
20
- system (" $tot /tools/bin/tmake -project nv_large " ) if $run ;
20
+ system (" $tot /tools/bin/tmake -project nv_full " ) if $run ;
21
21
22
22
my $log = " $tot /outdir/build.log" ;
23
23
open (L, " <${log} " ) or die (" ERROR: Can't read log file $log \n " );
Original file line number Diff line number Diff line change 7
7
## ================================================================
8
8
##
9
9
## set the chip you want to build
10
- PROJECTS := nv_large nv_small
10
+ PROJECTS := nv_full
11
11
12
12
#=================
13
13
# ENV TOOL setup
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ TOPDIR := ${dir ${shell ${PWD}}}
121
121
DUTDIR := ${TOPDIR}dut
122
122
SIMDIR := ${TOPDIR}sim
123
123
SYNTHTBDIR := ${TOPDIR}synth_tb
124
- VLIBDIR := ${TOPDIR}../outdir/nv_large /vmod/vlibs
125
- VMODINCDIR := ${TOPDIR}../outdir/nv_large /vmod/include
124
+ VLIBDIR := ${TOPDIR}../outdir/nv_full /vmod/vlibs
125
+ VMODINCDIR := ${TOPDIR}../outdir/nv_full /vmod/include
126
126
ifeq (${DESIGNWARE_NOEXIST},1)
127
- DWDIR := ${TOPDIR}../outdir/nv_large /vmod/vlibs
127
+ DWDIR := ${TOPDIR}../outdir/nv_full /vmod/vlibs
128
128
DWFILES := ${DWDIR}/NV_DW02_tree.v \
129
129
${DWDIR}/NV_DW_lsd.v \
130
130
${DWDIR}/NV_DW_minmax.v
Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ TOPDIR := ${dir ${shell ${PWD}}}
117
117
DUTDIR := ${TOPDIR}dut
118
118
SIMDIR := ${TOPDIR}sim_vivado
119
119
SYNTHTBDIR := ${TOPDIR}synth_tb
120
- VLIBDIR := ${TOPDIR}../outdir/nv_large /vmod/vlibs
121
- VMODINCDIR := ${TOPDIR}../outdir/nv_large /vmod/include
120
+ VLIBDIR := ${TOPDIR}../outdir/nv_full /vmod/vlibs
121
+ VMODINCDIR := ${TOPDIR}../outdir/nv_full /vmod/include
122
122
ifeq (${DESIGNWARE_NOEXIST},1)
123
- DWDIR := ${TOPDIR}../outdir/nv_large /vmod/vlibs
123
+ DWDIR := ${TOPDIR}../outdir/nv_full /vmod/vlibs
124
124
DWFILES := ${DWDIR}/NV_DW02_tree.v \
125
125
${DWDIR}/NV_DW_lsd.v \
126
126
${DWDIR}/NV_DW_minmax.v
You can’t perform that action at this time.
0 commit comments