Commit f32d82b3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added hargs-hispi to list

parent 07e41034
...@@ -4,7 +4,7 @@ DOCUMENTROOT= $(DESTDIR)/www/pages ...@@ -4,7 +4,7 @@ DOCUMENTROOT= $(DESTDIR)/www/pages
SCRIPTPATH= py393 SCRIPTPATH= py393
COCOTB = cocotb COCOTB = cocotb
LINK = ln LINK = ln
OWN = -o root -g root OWN = -o root -g root
#INSTALL = $(INSTALL) #INSTALL = $(INSTALL)
...@@ -12,17 +12,18 @@ INSTMODE = 0755 ...@@ -12,17 +12,18 @@ INSTMODE = 0755
DOCMODE = 0644 DOCMODE = 0644
PYTHON_EXE = $(SCRIPTPATH)/*.py \ PYTHON_EXE = $(SCRIPTPATH)/*.py \
cocotb/socket_command.py cocotb/socket_command.py
FPGA_BITFILES = *.bit FPGA_BITFILES = *.bit
VERILOG_HEADERS = system_defines.vh \ VERILOG_HEADERS = system_defines.vh \
includes/x393_parameters.vh \ includes/x393_parameters.vh \
includes/x393_localparams.vh \ includes/x393_localparams.vh \
includes/x393_cur_params_target.vh includes/x393_cur_params_target.vh
COMMAND_FILES = py393/hargs \ COMMAND_FILES = py393/hargs \
py393/hargs-auto \ py393/hargs-auto \
py393/hargs-after \ py393/hargs-after \
py393/hargs-eyesis \ py393/hargs-eyesis \
py393/hargs-hispi \
py393/hargs-post-par12 \ py393/hargs-post-par12 \
py393/hargs-power_par12 \ py393/hargs-power_par12 \
py393/hargs-power-eyesis \ py393/hargs-power-eyesis \
...@@ -39,7 +40,7 @@ install: ...@@ -39,7 +40,7 @@ install:
$(INSTALL) $(OWN) -d $(INSTALLDIR) $(INSTALL) $(OWN) -d $(INSTALLDIR)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PYTHON_EXE) $(INSTALLDIR) $(INSTALL) $(OWN) -m $(INSTMODE) $(PYTHON_EXE) $(INSTALLDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(FPGA_BITFILES) $(VERILOGDIR) $(INSTALL) $(OWN) -m $(DOCMODE) $(FPGA_BITFILES) $(VERILOGDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(VERILOG_HEADERS) $(VERILOGDIR) $(INSTALL) $(OWN) -m $(DOCMODE) $(VERILOG_HEADERS) $(VERILOGDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(COMMAND_FILES) $(VERILOGDIR) $(INSTALL) $(OWN) -m $(DOCMODE) $(COMMAND_FILES) $(VERILOGDIR)
...@@ -51,4 +52,3 @@ install: ...@@ -51,4 +52,3 @@ install:
clean: clean:
@echo "make clean in x393" @echo "make clean in x393"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment