Compare commits
	
		
			13 Commits
		
	
	
		
			88ad16ec94
			...
			feature/pr
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4a74a73bee | |||
| e192c71104 | |||
| 140c2d67b1 | |||
| 7d41bb9525 | |||
| b2f87e8fad | |||
| 27b23dce8d | |||
| 2ff133732d | |||
| dee78d1279 | |||
| dfad138010 | |||
| de4a6124e6 | |||
| d063650904 | |||
| 8eed85377b | |||
| fabceb7a93 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -22,3 +22,4 @@
 | 
			
		||||
/.direnv
 | 
			
		||||
/TGC_C_XRB/
 | 
			
		||||
/.envrc.eyck
 | 
			
		||||
/.cache
 | 
			
		||||
@@ -213,7 +213,7 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
 | 
			
		||||
        FetchContent_Declare(
 | 
			
		||||
              riscvfw
 | 
			
		||||
              GIT_REPOSITORY https://git.minres.com/Firmware/Firmwares.git
 | 
			
		||||
              GIT_TAG        main
 | 
			
		||||
              GIT_TAG        develop
 | 
			
		||||
              GIT_SHALLOW OFF
 | 
			
		||||
              UPDATE_DISCONNECTED ON
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										39
									
								
								CMakePresets.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								CMakePresets.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,39 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": 3,
 | 
			
		||||
    "cmakeMinimumRequired": {
 | 
			
		||||
        "major": 3,
 | 
			
		||||
        "minor": 21,
 | 
			
		||||
        "patch": 0
 | 
			
		||||
    },
 | 
			
		||||
    "configurePresets": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "Debug",
 | 
			
		||||
            "displayName": "Debug build",
 | 
			
		||||
            "generator": "Ninja",
 | 
			
		||||
            "binaryDir": "${sourceDir}/build/${presetName}",
 | 
			
		||||
            "cacheVariables": {
 | 
			
		||||
                "CMAKE_BUILD_TYPE": "Debug",
 | 
			
		||||
                "CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}",
 | 
			
		||||
                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "Release",
 | 
			
		||||
            "displayName": "Release build",
 | 
			
		||||
            "generator": "Ninja",
 | 
			
		||||
            "binaryDir": "${sourceDir}/build/${presetName}",
 | 
			
		||||
            "cacheVariables": {
 | 
			
		||||
                "CMAKE_BUILD_TYPE": "Release",
 | 
			
		||||
                "CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}",
 | 
			
		||||
                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "buildPresets": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "Debug",
 | 
			
		||||
            "description": "Debug build",
 | 
			
		||||
            "displayName": "Debug"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -48,6 +48,7 @@ pipeline {
 | 
			
		||||
                            done
 | 
			
		||||
                            '''
 | 
			
		||||
                        sh 'conan profile new default --detect --force'
 | 
			
		||||
                        sh 'rm -rf build'
 | 
			
		||||
                        sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
 | 
			
		||||
                        sh 'cmake --build build -j'
 | 
			
		||||
                        sh 'build/dbt-rise-tgc/tgc-sim --isa ?'
 | 
			
		||||
 
 | 
			
		||||
 Submodule dbt-rise-core updated: 99cf6823a9...01d81b03fb
									
								
							 Submodule dbt-rise-tgc updated: ac818f304d...502f3e8df9
									
								
							
							
								
								
									
										2
									
								
								scc
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								scc
									
									
									
									
									
								
							 Submodule scc updated: 66d3b8f9ee...7960982947
									
								
							
		Reference in New Issue
	
	Block a user