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
adbd2d2b3b1df0a291ae1563c6ac0f0a219cc75f to 2f206853f31cff6f3f6e8d1c8c58d728ceeaf1f9
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
2f206853f31cff6f3f6e8d1c8c58d728ceeaf1f9
Select Git revision
Branches
dev
feat_accel_decouple
feat_accel_hash_stream
feat_dma230_dataio
feat_dma350
feat_dmax4
feat_extio
feat_nanosoc_regions
feat_qspi_rom
main
Tags
nanosoc-2023
11 results
Swap
Target
soclabs/nanosoc_tech
Select target project
soclabs/nanosoc_tech
1 result
adbd2d2b3b1df0a291ae1563c6ac0f0a219cc75f
Select Git revision
Branches
dev
feat_accel_decouple
feat_accel_hash_stream
feat_dma230_dataio
feat_dma350
feat_dmax4
feat_extio
feat_nanosoc_regions
feat_qspi_rom
main
Tags
nanosoc-2023
11 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix up QuickStart extio flist
· 2f206853
dwf1m12
authored
7 months ago
2f206853
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flist/nanosoc_qs.flist
+4
-1
4 additions, 1 deletion
flist/nanosoc_qs.flist
with
4 additions
and
1 deletion
flist/nanosoc_qs.flist
View file @
2f206853
...
@@ -18,6 +18,9 @@
...
@@ -18,6 +18,9 @@
// ============= NanoSoC IP search path =============
// ============= NanoSoC IP search path =============
// NanoSoC Chip Pads Level
// NanoSoC Chip Pads Level
$(SOCLABS_NANOSOC_TECH_DIR)/nanosoc/nanosoc_chip/pads/glib/verilog/nanosoc_chip_pads.v
$(SOCLABS_NANOSOC_TECH_DIR)/nanosoc/nanosoc_chip/pads/glib/verilog/nanosoc_chip_pads.v
$(SOCLABS_NANOSOC_TECH_DIR)/extio8x4-axis/rtl/extio8x4_axis_initiator.v
$(SOCLABS_NANOSOC_TECH_DIR)/extio8x4-axis/rtl/extio8x4_ifsm.v
$(SOCLABS_NANOSOC_TECH_DIR)/extio8x4-axis/rtl/extio8x4_sync.v
// Include NanoSoC IP
// Include NanoSoC IP
-f $(SOCLABS_NANOSOC_TECH_DIR)/flist/nanosoc_ip.flist
-f $(SOCLABS_NANOSOC_TECH_DIR)/flist/nanosoc_ip.flist
...
@@ -29,4 +32,4 @@ $(SOCLABS_NANOSOC_TECH_DIR)/nanosoc/nanosoc_chip/pads/glib/verilog/nanosoc_chip_
...
@@ -29,4 +32,4 @@ $(SOCLABS_NANOSOC_TECH_DIR)/nanosoc/nanosoc_chip/pads/glib/verilog/nanosoc_chip_
-f $(SOCLABS_SLCOREM0_TECH_DIR)/flist/slcorem0_qs.flist
-f $(SOCLABS_SLCOREM0_TECH_DIR)/flist/slcorem0_qs.flist
// Debug IP
// Debug IP
-f $(SOCLABS_SOCDEBUG_TECH_DIR)/flist/socdebug.flist
-f $(SOCLABS_SOCDEBUG_TECH_DIR)/flist/socdebug.flist
\ No newline at end of file
This diff is collapsed.
Click to expand it.