Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
Platform-independent core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
Platform-independent core collection
Commits
6c3a2e72
Commit
6c3a2e72
authored
Jan 16, 2023
by
Dimitris Lampridis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup testbench Makefile
parent
7f284c33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
Makefile
testbench/Makefile
+4
-8
No files found.
testbench/Makefile
View file @
6c3a2e72
...
@@ -12,20 +12,16 @@ TB_DIRS+=axi/axi4lite_axi4full_bridge
...
@@ -12,20 +12,16 @@ TB_DIRS+=axi/axi4lite_axi4full_bridge
all
:
$(TB_DIRS) summary
all
:
$(TB_DIRS) summary
$(TB_DIRS)
:
$(TB_DIRS)
:
@
echo
"Compime OSVVM"
cd
"
$@
"
;
\
/usr/local/lib/ghdl/vendors/compile-osvvm.sh
--all
2>&1
@
echo
$@
@
echo
"Run HDLMAKE"
@
echo
"Run HDLMAKE"
cd
"
$@
"
;
\
@
cd
"
$@
"
;
\
hdlmake 2>&1
hdlmake 2>&1
@
echo
"Run make"
@
echo
"Run make"
$(MAKE)
-C
$@
$(TARGET)
@
$(MAKE)
-C
$@
$(TARGET)
@echo
"Run ghdl"
@echo
"Run ghdl"
cd
"$@"
;\
@
cd
"$@"
;\
./run.sh
./run.sh
echo
"ghdl returned $$?"
@
echo
"ghdl returned $$?"
summary
:
$(TB_DIRS)
summary
:
$(TB_DIRS)
@
echo
"-------------------------------------------------------------------"
@
echo
"-------------------------------------------------------------------"
...
...
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