Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SoCLabs
NanoSoC Tech
Commits
e01816af
Commit
e01816af
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Added TCL generation makefile
parent
60f7dada
No related branches found
No related tags found
1 merge request
!1
changed imem to rom to allow initial program loading, updated bootloader code...
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fpga_imp/makefile
+28
-0
28 additions, 0 deletions
fpga_imp/makefile
nanosoc/sldma230_tech
+1
-1
1 addition, 1 deletion
nanosoc/sldma230_tech
nanosoc/socdebug_tech
+1
-1
1 addition, 1 deletion
nanosoc/socdebug_tech
with
30 additions
and
2 deletions
fpga_imp/makefile
0 → 100644
+
28
−
0
View file @
e01816af
#-----------------------------------------------------------------------------
# HTML Generatoration Makefile
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Contributors
#
# David Mapstone (d.a.mapstone@soton.ac.uk)
#
# Copyright � 2021-3, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
# Top-level module of Hierarchy
TOP_MODULE
?=
nanosoc_chip
# Filelist to give to v2html
FILELIST
?=
$(
SOCLABS_PROJECT_DIR
)
/flist/project/top.flist
# Directory to store generated HTML
OUT_DIR
?=
$(
SOCLABS_PROJECT_DIR
)
/imp/fpga
# Name of generated filelist by python script
TCL_OUTPUT_FILELIST
:=
$(
OUT_DIR
)
/filelist.tcl
gen_tcl
:
@
echo
building TCL flist
@
mkdir
-p
$(
OUT_DIR
)
@
(
cd
$(
OUT_DIR
);
\
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/bin/filelist_compile.py
-at
-f
$(
FILELIST
)
-o
$(
TCL_OUTPUT_FILELIST
)
;
)
This diff is collapsed.
Click to expand it.
sldma230_tech
@
dad4b9fa
Compare
c11843b9
...
dad4b9fa
Subproject commit
c11843b9e75ce83b7118ef07cb3e1ecc2fe6c9c0
Subproject commit
dad4b9fa4c4e22062fcebb8b433569643797e98c
This diff is collapsed.
Click to expand it.
socdebug_tech
@
b2741905
Compare
5411b21e
...
b2741905
Subproject commit
5411b21ecaa14d9b1ce5719aa3e1a24831ea6046
Subproject commit
b27419058c86e958dc345ff4fa0b2662a70bb88d
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