Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SRAM Chiplet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
SRAM Chiplet
Commits
a00bc688
Commit
a00bc688
authored
8 months ago
by
Daniel Newbrook
Browse files
Options
Downloads
Patches
Plain Diff
Add gitignore and makefile
parent
6694b41d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
makefile
+16
-0
16 additions, 0 deletions
makefile
set_sram_chiplet_env.sh
+1
-0
1 addition, 0 deletions
set_sram_chiplet_env.sh
with
19 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
a00bc688
./logical/nic400_sram_chiplet
./logical/nic400_tlx_sram_chiplet
\ No newline at end of file
This diff is collapsed.
Click to expand it.
makefile
0 → 100644
+
16
−
0
View file @
a00bc688
include
./make.cfg
build_sie300_sram_ctrl
:
@$(
SIE300_IP_LOGICAL_DIR
)
/generate
--config
./socrates/BP301_SRAM/config/SRAM_ctrl.yaml
--output
./logical/SMC
build_nic400
:
socrates_cli
--project
sram_chiplet
-data
../
--flow
build.configured.component
configuredComponentName
=
nic400_sram_chiplet
make_project
:
socrates_cli
--project
sram_chiplet
-data
../
--flow
AddNewProject
first_time_setup
:
make_project build_sie300_sram_ctrl
This diff is collapsed.
Click to expand it.
set_sram_chiplet_env.sh
0 → 100644
+
1
−
0
View file @
a00bc688
export
SOCLABS_SRAM_CHIPLET_DIR
=
$(
pwd
)
\ No newline at end of file
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