forked from libre-chip/fayalite
		
	add yosys deps
This commit is contained in:
		
							parent
							
								
									4497f09ea0
								
							
						
					
					
						commit
						eb65bec26e
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -13,7 +13,10 @@ jobs: | |||
|           scripts/check-copyright.sh | ||||
|       - run: | | ||||
|           apt-get update -qq | ||||
|           apt-get install -qq cvc5 z3 | ||||
|           apt-get install -qq cvc5 z3 build-essential clang lld bison flex \ | ||||
|             libreadline-dev gawk tcl-dev libffi-dev git \ | ||||
|             graphviz xdot pkg-config python3 libboost-system-dev \ | ||||
|             libboost-python-dev libboost-filesystem-dev zlib1g-dev | ||||
|       - run: | | ||||
|           curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.80.1 | ||||
|           source "$HOME/.cargo/env" | ||||
|  | @ -22,7 +25,7 @@ jobs: | |||
|           git clone --depth=1 --branch=yosys-0.45 https://github.com/YosysHQ/sby.git | ||||
|           make -C sby install | ||||
|       - run: | | ||||
|           git clone --depth=1 --branch=0.45 https://github.com/YosysHQ/yosys.git | ||||
|           git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git | ||||
|           cd yosys | ||||
|           make install -j6 | ||||
|       - run: | | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue