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
Compare revisions
b7cc2bf78d76a612591f6de309079cfd9e0109fd to 0c48b4f6420e9b6d7992486122401b4d1ddbddc9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
soclabs/nanosoc_tech
Select target project
No results found
0c48b4f6420e9b6d7992486122401b4d1ddbddc9
Select Git revision
Swap
Target
soclabs/nanosoc_tech
Select target project
soclabs/nanosoc_tech
1 result
b7cc2bf78d76a612591f6de309079cfd9e0109fd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix RF size and ASIC flow directory
· 1cd2bb63
Daniel Newbrook
authored
1 year ago
1cd2bb63
add SLDMA350 to projbranch
· 0c48b4f6
Daniel Newbrook
authored
1 year ago
0c48b4f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
flows/makefile.asic
+4
-4
4 additions, 4 deletions
flows/makefile.asic
projbranch
+2
-1
2 additions, 1 deletion
projbranch
synthesis/rf_sp_hdf.spec
+2
-2
2 additions, 2 deletions
synthesis/rf_sp_hdf.spec
with
8 additions
and
7 deletions
flows/makefile.asic
View file @
0c48b4f6
...
...
@@ -56,13 +56,13 @@ PINMAP_FILE ?= $(TARGET_DIR)/fpga_pinmap.xdc
RTL_SOCKET_DIR
:=
$(
SOCLABS_SOCDEBUG_TECH_DIR
)
/socket/vivado_packages
flist_asic_nanosoc
:
gen_defs
@
mkdir
-p
$(
TCL_FLIST_DIR
)
@
(
cd
$(
TCL_FLIST_DIR
);
\
@
mkdir
-p
$(
TCL_
ASIC_
FLIST_DIR
)
@
(
cd
$(
TCL_
ASIC_
FLIST_DIR
);
\
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/bin/filelist_compile.py
-t
-s
-a
-f
$(
DESIGN_VC
)
-o
$(
SYNTHESIS_OUTPUT_FILELIST
)
-r
$(
IMP_NANOSOC_ASIC_DIR
)
/src
;
)
flist_genus_nanosoc
:
gen_defs
@
mkdir
-p
$(
TCL_FLIST_DIR
)
@
(
cd
$(
TCL_FLIST_DIR
);
\
@
mkdir
-p
$(
TCL_
ASIC_
FLIST_DIR
)
@
(
cd
$(
TCL_
ASIC_
FLIST_DIR
);
\
$(
SOCLABS_SOCTOOLS_FLOW_DIR
)
/bin/filelist_compile.py
-t
-g
-f
$(
DESIGN_VC
)
-o
$(
GENUS_OUTPUT_FILELIST
)
-r
$(
IMP_NANOSOC_DIR
)
/synthesis/src
-d
$(
NANOSOC_DEFINES
);
)
...
...
This diff is collapsed.
Click to expand it.
projbranch
View file @
0c48b4f6
...
...
@@ -12,4 +12,5 @@
nanosoc/slcorem0_tech: main
nanosoc/sldma230_tech: main
nanosoc/socdebug_tech: main
\ No newline at end of file
nanosoc/socdebug_tech: main
nanosoc/sldma350_tech: main
\ No newline at end of file
This diff is collapsed.
Click to expand it.
synthesis/rf_sp_hdf.spec
View file @
0c48b4f6
...
...
@@ -16,7 +16,7 @@ instname = rf_sp_hdf
left_bus_delim = [
libertyviewstyle = nldm
libname = RF_LIB
mux =
2
mux =
8
mvt =
name_case = upper
power_type = otc
...
...
@@ -27,7 +27,7 @@ right_bus_delim = ]
ser = none
site_def = off
top_layer = m5-m10
words =
25
6
words =
409
6
wp_size = 1
write_mask = on
write_thru = off
This diff is collapsed.
Click to expand it.