Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor 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
Accelerator Project
Commits
81e11c03
Commit
81e11c03
authored
1 year ago
by
Daniel Newbrook
Browse files
Options
Downloads
Patches
Plain Diff
Update ASIC flow
parent
e6c60710
No related branches found
No related tags found
No related merge requests found
Pipeline
#10309
passed
1 year ago
Stage: compile
Stage: simulate
Stage: simulate_qs
Stage: build
Stage: deploy
Changes
3
Pipelines
27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
flist/project/system_ASIC.flist
+35
-0
35 additions, 0 deletions
flist/project/system_ASIC.flist
flist/project/top_ASIC.flist
+1
-1
1 addition, 1 deletion
flist/project/top_ASIC.flist
nanosoc_tech
+1
-1
1 addition, 1 deletion
nanosoc_tech
with
37 additions
and
2 deletions
flist/project/system_ASIC.flist
0 → 100644
+
35
−
0
View file @
81e11c03
//-----------------------------------------------------------------------------
// Accelerator System Filelist
// 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)
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// Abstract : Verilog Command File for Top-level Accelerator System
//-----------------------------------------------------------------------------
// ============= Accelerator Module search path =============
// ! Point this to your accelerator subsystem filelist
// ============= System Component Filelist ================
// - Custom Accelerator Filelist
-f $(SOCLABS_PROJECT_DIR)/flist/project/accelerator.flist
// - Primitives IP
-f $(SOCLABS_PRIMITIVES_TECH_DIR)/flist/rtl_primitives_ip.flist
// - Generic Pad Library
-f $(SOCLABS_GENERIC_LIB_TECH_DIR)/flist/generic_lib_ip.flist
// - FPGA sram
-f $(SOCLABS_ASIC_LIB_TECH_DIR)/flist/asic_lib_mem_ip.flist
// - Accelerator Wrapper IP
-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist
// - Bootrom Code RTL
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
\ No newline at end of file
This diff is collapsed.
Click to expand it.
flist/project/top_ASIC.flist
+
1
−
1
View file @
81e11c03
...
...
@@ -21,7 +21,7 @@
// - Defines RTL
+incdir+$(SOCLABS_PROJECT_DIR)/system/src/defines
-f $(SOCLABS_PROJECT_DIR)/flist/project/system.flist
-f $(SOCLABS_PROJECT_DIR)/flist/project/system
_ASIC
.flist
// ============= Arm-IP Specific Filelists =========================
// - NanoSoC Chip IP
...
...
This diff is collapsed.
Click to expand it.
nanosoc_tech
@
714bca67
Compare
4dbe52d4
...
714bca67
Subproject commit
4dbe52d4b0b282a788bc79b5b9954db8aae0b184
Subproject commit
714bca67dcb1c6442d123dc48ad97c5d832c9c83
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