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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
NanoSoC Tech
Commits
4ad9897c
Commit
4ad9897c
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
SOC1-167
: Changed Bus Matrix log file creation location
parent
549f9fe1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/src/nanosoc_ahb_busmatrix/built/logs/nanosoc_ahb32_4x7.log
+9
-9
9 additions, 9 deletions
...rc/nanosoc_ahb_busmatrix/built/logs/nanosoc_ahb32_4x7.log
system/src/nanosoc_ahb_busmatrix/makefile
+2
-1
2 additions, 1 deletion
system/src/nanosoc_ahb_busmatrix/makefile
with
11 additions
and
10 deletions
system/src/nanosoc_ahb_busmatrix/built/nanosoc_ahb32_4x7.log
→
system/src/nanosoc_ahb_busmatrix/built/
logs/
nanosoc_ahb32_4x7.log
+
9
−
9
View file @
4ad9897c
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
=
=
= BuildBusMatrix.pl
= BuildBusMatrix.pl
=
=
= Run Date : 28/04/2023 17:0
5:36
= Run Date : 28/04/2023 17:0
8:54
==============================================================
==============================================================
Script accepted the following parameters:
Script accepted the following parameters:
...
@@ -57,18 +57,18 @@ Deleting the '/home/dam1n19/Design/test1/secworks-sha256-project/nanosoc/system/
...
@@ -57,18 +57,18 @@ Deleting the '/home/dam1n19/Design/test1/secworks-sha256-project/nanosoc/system/
Creating the bus matrix variant...
Creating the bus matrix variant...
- Rendering 'nanosoc_4x7_AhbMatrix_lite.xml'
- Rendering 'nanosoc_4x7_SlaveOutput.v'
- Rendering 'nanosoc_4x7_AhbMatrix_default_slave.v'
- Rendering 'nanosoc_4x7_AhbMatrix.xml'
- Rendering 'nanosoc_4x7_MatrixDecode_cpu.v'
- Rendering 'nanosoc_4x7_Arbiter.v'
- Rendering 'nanosoc_4x7_AhbMatrix_lite.v'
- Rendering 'nanosoc_4x7_AhbMatrix.v'
- Rendering 'nanosoc_4x7_AhbMatrix.v'
- Rendering 'nanosoc_4x7_MatrixDecode_adp.v'
- Rendering 'nanosoc_4x7_MatrixDecode_adp.v'
- Rendering 'nanosoc_4x7_MatrixDecode_dma2.v'
- Rendering 'nanosoc_4x7_MatrixDecode_dma.v'
- Rendering 'nanosoc_4x7_MatrixDecode_dma.v'
- Rendering 'nanosoc_4x7_AhbMatrix.xml'
- Rendering 'nanosoc_4x7_MatrixDecode_cpu.v'
- Rendering 'nanosoc_4x7_MasterInput.v'
- Rendering 'nanosoc_4x7_MasterInput.v'
- Rendering 'nanosoc_4x7_AhbMatrix_lite.v'
- Rendering 'nanosoc_4x7_SlaveOutput.v'
- Rendering 'nanosoc_4x7_AhbMatrix_lite.xml'
- Rendering 'nanosoc_4x7_MatrixDecode_dma2.v'
- Rendering 'nanosoc_4x7_Arbiter.v'
- Rendering 'nanosoc_4x7_AhbMatrix_default_slave.v'
Done!
Done!
This diff is collapsed.
Click to expand it.
system/src/nanosoc_ahb_busmatrix/makefile
+
2
−
1
View file @
4ad9897c
...
@@ -32,7 +32,7 @@ VERILOG_SOURCE_DIR = $(SOURCE_DIR)/verilog/src
...
@@ -32,7 +32,7 @@ VERILOG_SOURCE_DIR = $(SOURCE_DIR)/verilog/src
XML_DIR
=
$(
BUILD_DIR
)
/xml
XML_DIR
=
$(
BUILD_DIR
)
/xml
# Location of Generation Logs
# Location of Generation Logs
LOGS_DIR
=
$(
BUILD_DIR
)
/built
LOGS_DIR
=
$(
BUILD_DIR
)
/built
/logs
# BuildBusMatrix Script File Options
# BuildBusMatrix Script File Options
XML_OPTIONS
=
-xmldir
$(
XML_DIR
)
-cfg
$(
MATRIX_NAME
)
.xml
XML_OPTIONS
=
-xmldir
$(
XML_DIR
)
-cfg
$(
MATRIX_NAME
)
.xml
...
@@ -43,6 +43,7 @@ GEN_OPTIONS = -notimescales -over -verbose $(XML_OPTIONS) $(VERILOG_OPTIONS) $(
...
@@ -43,6 +43,7 @@ GEN_OPTIONS = -notimescales -over -verbose $(XML_OPTIONS) $(VERILOG_OPTIONS) $(
build
:
build
:
@
echo
"Generating NanoSoC Bus Matrix"
@
echo
"Generating NanoSoC Bus Matrix"
@
mkdir
-p
$(
LOGS_DIR
)
@
mkdir
-p
$(
IPXACT_BUILD_DIR
)
@
mkdir
-p
$(
IPXACT_BUILD_DIR
)
@
mkdir
-p
$(
VERILOG_BUILD_DIR
)
@
mkdir
-p
$(
VERILOG_BUILD_DIR
)
@
cd
$(
SOURCE_DIR
)
&&
bin/BuildBusMatrix.pl
$(
GEN_OPTIONS
)
@
cd
$(
SOURCE_DIR
)
&&
bin/BuildBusMatrix.pl
$(
GEN_OPTIONS
)
\ 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