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
8829a711
Commit
8829a711
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Renamed FPGA Targets and variables
parent
ea74e1f0
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fpga/makefile
+7
-7
7 additions, 7 deletions
fpga/makefile
nanosoc/socdebug_tech
+1
-1
1 addition, 1 deletion
nanosoc/socdebug_tech
with
8 additions
and
8 deletions
fpga/makefile
+
7
−
7
View file @
8829a711
...
@@ -16,8 +16,8 @@ include $(SOCLABS_NANOSOC_TECH_DIR)/fpga/makefile.fpga_targets
...
@@ -16,8 +16,8 @@ include $(SOCLABS_NANOSOC_TECH_DIR)/fpga/makefile.fpga_targets
VIVIADO_VERSION
?=
2021_1
VIVIADO_VERSION
?=
2021_1
# NanoSoC Synthesis Properties
# NanoSoC Synthesis Properties
VENDOR
?=
soclabs.org
VENDOR
?=
soclabs.org
NANOSOC_
CORE_REV
?=
2
CORE_REV
?=
2
# System Design Filelist
# System Design Filelist
ifeq
($(QUICKSTART),yes)
ifeq
($(QUICKSTART),yes)
...
@@ -27,7 +27,7 @@ else
...
@@ -27,7 +27,7 @@ else
endif
endif
# Top-level of RTL design to Implement
# Top-level of RTL design to Implement
FPGA
_TOP
?=
nanosoc_chip
COMPONENT
_TOP
?=
nanosoc_chip
# Name of Implemented Chip Design (Including Socket IP)
# Name of Implemented Chip Design (Including Socket IP)
DESIGN_NAME
?=
nanosoc_design
DESIGN_NAME
?=
nanosoc_design
...
@@ -79,7 +79,7 @@ code:
...
@@ -79,7 +79,7 @@ code:
@$(
MAKE
)
-C
$(
SOCLABS_NANOSOC_TECH_DIR
)
compile_all_code
@$(
MAKE
)
-C
$(
SOCLABS_NANOSOC_TECH_DIR
)
compile_all_code
# Generate TCL filelist from flists
# Generate TCL filelist from flists
nanosoc
_flist
:
flist_
nanosoc
:
@
mkdir
-p
$(
TCL_FLIST_DIR
)
@
mkdir
-p
$(
TCL_FLIST_DIR
)
@
(
cd
$(
TCL_FLIST_DIR
);
\
@
(
cd
$(
TCL_FLIST_DIR
);
\
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/bin/filelist_compile.py
-t
-f
$(
DESIGN_VC
)
-o
$(
TCL_OUTPUT_FILELIST
)
-r
$(
IMP_NANOSOC_DIR
)
-d
$(
NANOSOC_DEFINES
);
)
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/bin/filelist_compile.py
-t
-f
$(
DESIGN_VC
)
-o
$(
TCL_OUTPUT_FILELIST
)
-r
$(
IMP_NANOSOC_DIR
)
-d
$(
NANOSOC_DEFINES
);
)
...
@@ -92,12 +92,12 @@ package_socket:
...
@@ -92,12 +92,12 @@ package_socket:
package_nanosoc
:
export FPGA_COMPONENT_FILELIST = $(TCL_OUTPUT_FILELIST)
package_nanosoc
:
export FPGA_COMPONENT_FILELIST = $(TCL_OUTPUT_FILELIST)
package_nanosoc
:
export FPGA_COMPONENT_LIB = $(IMP_NANOSOC_DIR)
package_nanosoc
:
export FPGA_COMPONENT_LIB = $(IMP_NANOSOC_DIR)
package_nanosoc
:
export FPGA_ACCELERATOR = $(ACCELERATOR_SUBSYSTEM)
package_nanosoc
:
export FPGA_ACCELERATOR = $(ACCELERATOR_SUBSYSTEM)
package_nanosoc
:
export FPGA_
DESIGN
_TOP
= $(
FPGA
_TOP)
package_nanosoc
:
export FPGA_
COMPONENT
_TOP = $(
COMPONENT
_TOP)
package_nanosoc
:
export FPGA_VENDOR = $(VENDOR)
package_nanosoc
:
export FPGA_VENDOR = $(VENDOR)
package_nanosoc
:
export FPGA_CORE_REV = $(
NANOSOC_
CORE_REV)
package_nanosoc
:
export FPGA_CORE_REV = $(CORE_REV)
# Package NanoSoC IP
# Package NanoSoC IP
package_nanosoc
:
code nanosoc
_flist
package_nanosoc
:
code
flist_
nanosoc
@
echo
Packaging NanoSoC
@
echo
Packaging NanoSoC
@
mkdir
-p
$(
RUN_DIR
)
@
mkdir
-p
$(
RUN_DIR
)
@
cd
$(
RUN_DIR
);
vivado
-mode
batch
-source
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/resources/fpga/package_component.tcl
@
cd
$(
RUN_DIR
);
vivado
-mode
batch
-source
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/resources/fpga/package_component.tcl
...
...
This diff is collapsed.
Click to expand it.
socdebug_tech
@
dd994317
Compare
6afabad6
...
dd994317
Subproject commit
6afabad6b246d01a7feb1c4348982eeb9479f5e1
Subproject commit
dd9943174e8cb8953e9b0972f35a72c1e54a9609
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