Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MINOTAuR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MINOTAuR
MINOTAuR
Commits
4a62b8c2
Commit
4a62b8c2
authored
6 years ago
by
Jonathan Richard Robert Kimmitt
Browse files
Options
Downloads
Patches
Plain Diff
Update Makefile with path to ethernet submodule Verilog files
parent
b5ab439a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
fpga/src/ariane-ethernet
+1
-1
1 addition, 1 deletion
fpga/src/ariane-ethernet
with
2 additions
and
2 deletions
Makefile
+
1
−
1
View file @
4a62b8c2
...
...
@@ -142,7 +142,7 @@ src := $(addprefix $(root-dir), $(src))
uart_src
:=
$(
wildcard fpga/src/apb_uart/src/
*
.vhd
)
uart_src
:=
$(
addprefix
$(
root-dir
)
,
$(
uart_src
))
fpga_src
:=
$(
wildcard fpga/src/
*
.sv
)
$(
wildcard fpga/src/bootrom/
*
.sv
)
fpga_src
:=
$(
wildcard fpga/src/
*
.sv
)
$(
wildcard fpga/src/bootrom/
*
.sv
)
$(
wildcard fpga/src/ariane-ethernet/
*
.sv
)
fpga_src
:=
$(
addprefix
$(
root-dir
)
,
$(
fpga_src
))
# look for testbenches
...
...
This diff is collapsed.
Click to expand it.
ariane-ethernet
@
4ea1127e
Compare
c8fd8943
...
4ea1127e
Subproject commit
c8fd89437
d2
5
0b5
9ead30c233cf2a279be1c48c7
Subproject commit
4ea1127e5
d2
d
0b5
d3bd281542066b4a4e4d2fe50
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment