forked from Github_Repos/cvw
		
	Trimmed lint-wally
This commit is contained in:
		
							parent
							
								
									8537b883d1
								
							
						
					
					
						commit
						3d5645d683
					
				@ -5,7 +5,7 @@ export PATH=$PATH:/usr/local/bin/
 | 
				
			|||||||
verilator=`which verilator`
 | 
					verilator=`which verilator`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
basepath=$(dirname $0)/..
 | 
					basepath=$(dirname $0)/..
 | 
				
			||||||
for config in rv64fp rv64fpquad rv32e rv64gc rv32gc rv32ic; do
 | 
					for config in rv32e rv64gc rv32gc rv32ic rv64fpquad; do
 | 
				
			||||||
    echo "$config linting..."
 | 
					    echo "$config linting..."
 | 
				
			||||||
    if !($verilator --lint-only "$@" --top-module wallypipelinedsoc "-I$basepath/config/shared" "-I$basepath/config/$config" $basepath/src/*/*.sv $basepath/src/*/*/*.sv --relative-includes); then
 | 
					    if !($verilator --lint-only "$@" --top-module wallypipelinedsoc "-I$basepath/config/shared" "-I$basepath/config/$config" $basepath/src/*/*.sv $basepath/src/*/*/*.sv --relative-includes); then
 | 
				
			||||||
        echo "Exiting after $config lint due to errors or warnings"
 | 
					        echo "Exiting after $config lint due to errors or warnings"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user