Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
AES128 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
AES128 Project
Commits
2aa2a83d
Commit
2aa2a83d
authored
1 year ago
by
dwf1m12
Browse files
Options
Downloads
Patches
Plain Diff
Repair flist files to get aes-128 project building and running correctly again
parent
385b83a7
No related branches found
No related tags found
No related merge requests found
Pipeline
#10395
passed
1 year ago
Stage: compile
Stage: simulate
Stage: simulate_qs
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flist/project/accelerator.flist
+3
-3
3 additions, 3 deletions
flist/project/accelerator.flist
flist/project/system.flist
+2
-2
2 additions, 2 deletions
flist/project/system.flist
with
5 additions
and
5 deletions
flist/project/accelerator.flist
+
3
−
3
View file @
2aa2a83d
...
@@ -14,10 +14,10 @@
...
@@ -14,10 +14,10 @@
// ============= Accelerator Module search path =============
// ============= Accelerator Module search path =============
// ! Point this to your Accelerator RTL
// ! Point this to your Accelerator RTL
//
+incdir+$(ACCELERATOR_DIR)/src/rtl
+incdir+$(ACCELERATOR_DIR)/src/rtl
// ! Point this to your Wrapper RTL
// ! Point this to your Wrapper RTL
///
$(SOCLABS_PROJECT_DIR)/wrapper/src/soclabs_ahb_aes128_ctrl.v
$(SOCLABS_PROJECT_DIR)/wrapper/src/soclabs_ahb_aes128_ctrl.v
// ! Point this to your Subsystem RTL
// ! Point this to your Subsystem RTL
///
$(SOCLABS_PROJECT_DIR)/system/src/accelerator_subsystem.v
$(SOCLABS_PROJECT_DIR)/system/src/accelerator_subsystem.v
This diff is collapsed.
Click to expand it.
flist/project/system.flist
+
2
−
2
View file @
2aa2a83d
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
-f $(SOCLABS_FPGA_LIB_TECH_DIR)/flist/fpga_lib_mem_ip.flist
-f $(SOCLABS_FPGA_LIB_TECH_DIR)/flist/fpga_lib_mem_ip.flist
// - Accelerator Wrapper IP
// - Accelerator Wrapper IP
-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist
///
-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist
// - Bootrom Code RTL
// - Bootrom Code RTL
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
\ 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