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
SCRIPTPATH= py393
COCOTB = cocotb
LINK = ln
OWN = -o root -g root
#INSTALL = $(INSTALL)
......@@ -12,17 +12,18 @@ INSTMODE = 0755
DOCMODE = 0644
PYTHON_EXE = $(SCRIPTPATH)/*.py \
cocotb/socket_command.py
FPGA_BITFILES = *.bit
VERILOG_HEADERS = system_defines.vh \
includes/x393_parameters.vh \
includes/x393_localparams.vh \
includes/x393_cur_params_target.vh
COMMAND_FILES = py393/hargs \
py393/hargs-auto \
py393/hargs-after \
py393/hargs-eyesis \
py393/hargs-hispi \
py393/hargs-post-par12 \
py393/hargs-power_par12 \
py393/hargs-power-eyesis \
......@@ -39,7 +40,7 @@ install:
$(INSTALL) $(OWN) -d $(INSTALLDIR)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PYTHON_EXE) $(INSTALLDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(FPGA_BITFILES) $(VERILOGDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(VERILOG_HEADERS) $(VERILOGDIR)
$(INSTALL) $(OWN) -m $(DOCMODE) $(COMMAND_FILES) $(VERILOGDIR)
......@@ -51,4 +52,3 @@ install:
clean:
@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