Skip to content
Snippets Groups Projects
Commit 4ad9897c authored by dam1n19's avatar dam1n19
Browse files

SOC1-167: Changed Bus Matrix log file creation location

parent 549f9fe1
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
= =
= BuildBusMatrix.pl = BuildBusMatrix.pl
= =
= Run Date : 28/04/2023 17:05:36 = Run Date : 28/04/2023 17:08: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!
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment