mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Add Get vcd2fst step to test-yosys job
Co-authored-by: Miodrag Milanovic <mmicko@gmail.com> Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
This commit is contained in:
		
							parent
							
								
									59404f8ce5
								
							
						
					
					
						commit
						5fca9b867d
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/test-build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test-build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -100,6 +100,16 @@ jobs:
 | 
			
		|||
          cd iverilog
 | 
			
		||||
          echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
 | 
			
		||||
 | 
			
		||||
      - name: Get vcd2fst
 | 
			
		||||
        shell: bash
 | 
			
		||||
        run: |
 | 
			
		||||
          git clone https://github.com/mmicko/libwave.git
 | 
			
		||||
          mkdir -p ${{ github.workspace }}/.local/
 | 
			
		||||
          cd libwave
 | 
			
		||||
          cmake . -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/.local
 | 
			
		||||
          make -j$procs
 | 
			
		||||
          make install
 | 
			
		||||
 | 
			
		||||
      - name: Cache iverilog
 | 
			
		||||
        id: cache-iverilog
 | 
			
		||||
        uses: actions/cache@v4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue