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
1cd2bb63
Commit
1cd2bb63
authored
1 year ago
by
Daniel Newbrook
Browse files
Options
Downloads
Patches
Plain Diff
Fix RF size and ASIC flow directory
parent
b7cc2bf7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flows/makefile.asic
+4
-4
4 additions, 4 deletions
flows/makefile.asic
synthesis/rf_sp_hdf.spec
+2
-2
2 additions, 2 deletions
synthesis/rf_sp_hdf.spec
with
6 additions
and
6 deletions
flows/makefile.asic
+
4
−
4
View file @
1cd2bb63
...
...
@@ -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.
synthesis/rf_sp_hdf.spec
+
2
−
2
View file @
1cd2bb63
...
...
@@ -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.
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