checkin, builds
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -19,3 +19,5 @@ CMakeSettings.json | |||||||
| /src-gen/ | /src-gen/ | ||||||
| /*.json | /*.json | ||||||
| /cfg.yaml | /cfg.yaml | ||||||
|  | /.direnv | ||||||
|  | /.cache | ||||||
							
								
								
									
										2
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ | |||||||
| 		{ | 		{ | ||||||
| 			"label": "CMake-and-make", | 			"label": "CMake-and-make", | ||||||
| 			"type": "shell", | 			"type": "shell", | ||||||
| 			"command": "source /workspace/venv/bin/activate && cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON && cmake --build build", | 			"command": "source .venv/bin/activate && cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && cmake --build build", | ||||||
| 			"problemMatcher": [], | 			"problemMatcher": [], | ||||||
| 			"presentation": { | 			"presentation": { | ||||||
| 				"echo": true, | 				"echo": true, | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								requirements.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								requirements.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | conan<2.0 | ||||||
							
								
								
									
										22
									
								
								test_gen/PipelinedMemoryBusToApbBridge.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								test_gen/PipelinedMemoryBusToApbBridge.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | |||||||
|  | /* | ||||||
|  |  * Copyright (c) 2023 MINRES Technologies GmbH | ||||||
|  |  * | ||||||
|  |  * SPDX-License-Identifier: Apache-2.0 | ||||||
|  |  * | ||||||
|  |  * Created on: «new Date» | ||||||
|  |  *             *      «componentDefinition.effectiveName».h Author: <RDL Generator> | ||||||
|  |  * | ||||||
|  | */ | ||||||
|  |  | ||||||
|  | #pragma once | ||||||
|  |  | ||||||
|  | // need double braces, see https://stackoverflow.com/questions/6893700/how-to-construct-stdarray-object-with-initializer-list#6894191 | ||||||
|  | const std::array<scc::target_memory_map_entry<32>, 7> PipelinedMemoryBusToApbBridge_map = {{  | ||||||
|  |    { gpio0.socket, 0x0, 0xc }, | ||||||
|  |    { uart0.socket, 0x1000, 0x14 }, | ||||||
|  |    { timer0.socket, 0x20000, 0x1c }, | ||||||
|  |    { aclint.socket, 0x30000, 0xc000 }, | ||||||
|  |    { irq_ctrl.socket, 0x40000, 0x8 }, | ||||||
|  |    { qspi.socket, 0x50000, 0x5c }, | ||||||
|  |    { bootloader.socket, 0x80000, 0x400 }, | ||||||
|  |  }} ; | ||||||
							
								
								
									
										2
									
								
								vpvper
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								vpvper
									
									
									
									
									
								
							 Submodule vpvper updated: 0b2dba5820...2a3ec57906
									
								
							
		Reference in New Issue
	
	Block a user