Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
80df16b5
Commit
80df16b5
authored
Jan 12, 2022
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: delete an artifact
parent
9c90e6b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
80 deletions
+0
-80
Makefile
testsuite/034quartus_prop/Makefile
+0
-80
No files found.
testsuite/034quartus_prop/Makefile
deleted
100644 → 0
View file @
9c90e6b0
########################################
# This file was generated by hdlmake #
# http://ohwr.org/projects/hdl-make/ #
########################################
TOP_MODULE
:=
gate
PROJECT
:=
gate_prj
PROJECT_FILE
:=
$(PROJECT)
.qpf
TOOL_PATH
:=
TCL_INTERPRETER
:=
quartus_sh
-t
ifneq
($(strip
$(TOOL_PATH)),)
TCL_INTERPRETER
:=
$(TOOL_PATH)
/
$(TCL_INTERPRETER)
endif
SYN_FAMILY
:=
Arria V
SYN_DEVICE
:=
5agxmb1g4f40c4
SYN_PACKAGE
:=
40
SYN_GRADE
:=
c4
TCL_CREATE
:=
project_new
$(PROJECT)
TCL_OPEN
:=
project_open
$(PROJECT)
ifneq
($(wildcard
$(PROJECT_FILE)),)
TCL_CREATE
:=
$(TCL_OPEN)
endif
#target for performing local synthesis
all
:
bitstream
SOURCES_VHDLFile
:=
\
../files/gate.vhdl
files.tcl
:
@
echo
>>
$@
@
$
(
foreach sourcefile,
$(SOURCES_VHDLFile)
,
echo
"set_global_assignment -name VHDL_FILE
$(sourcefile)
-library work"
>>
$@
&
)
SYN_PRE_PROJECT_CMD
:=
SYN_POST_PROJECT_CMD
:=
SYN_PRE_BITSTREAM_CMD
:=
SYN_POST_BITSTREAM_CMD
:=
project.tcl
:
echo
load_package flow
>>
$@
echo
$(TCL_CREATE)
>>
$@
echo
remove_all_global_assignments
-name
*
_FILE
>>
$@
echo source
files.tcl
>>
$@
echo
set_global_assignment
-name
FAMILY
\"
$(SYN_FAMILY)
\"
>>
$@
echo
set_global_assignment
-name
DEVICE
\"
$(SYN_DEVICE)
\"
>>
$@
echo
set_global_assignment
-name
TOP_LEVEL_ENTITY
\"
$(TOP_MODULE)
\"
>>
$@
echo
set_global_assignment vwaht
-name
vname
\"
vval
\"
-from
vfrom
-tag
vtag
-to
vto
-section_id
vsid
>>
$@
echo
set_global_assignment
-name
SEARCH_PATH
\"
.
\"
>>
$@
project
:
files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)
$@
.tcl
$(SYN_POST_PROJECT_CMD)
touch
$@
bitstream.tcl
:
echo
load_package flow
>>
$@
echo
$(TCL_OPEN)
>>
$@
echo
execute_flow
-compile
>>
$@
bitstream
:
project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)
$@
.tcl
$(SYN_POST_BITSTREAM_CMD)
touch
$@
CLEAN_TARGETS
:=
$(LIBS)
*
.rpt
*
.smsg
*
.summary
*
.done
*
.jdi
*
.pin
*
.qws db incremental_db
$(PROJECT)
.qsf
*
.qpf
clean
:
rm
-rf
$(CLEAN_TARGETS)
rm
-rf
project synthesize translate map par bitstream
rm
-rf
project.tcl synthesize.tcl translate.tcl map.tcl par.tcl bitstream.tcl files.tcl
mrproper
:
clean
rm
-rf
*
.sof
*
.pof
*
.jam
*
.jbc
*
.ekp
*
.jic
.PHONY
:
mrproper clean all
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment