mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Added details about github cli to README.
This commit is contained in:
		
							parent
							
								
									a03526c1a2
								
							
						
					
					
						commit
						22fa683585
					
				
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							@ -265,6 +265,17 @@ For logic synthesis, we need a synthesis tool (see Section 3.XREF) and a cell li
 | 
				
			|||||||
	$ cd cad/lib
 | 
						$ cd cad/lib
 | 
				
			||||||
	$ git clone https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_osu_sc_t12
 | 
						$ git clone https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_osu_sc_t12
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Install github cli
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The github cli allows users to directly issue pull requests from their fork back to openhwgroup/cvw using the command line.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						$ type -p curl >/dev/null || sudo apt install curl -y
 | 
				
			||||||
 | 
						$ curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \ && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
 | 
				
			||||||
 | 
						&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
 | 
				
			||||||
 | 
						&& sudo apt update \
 | 
				
			||||||
 | 
						&& sudo apt install gh -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Installing EDA Tools
 | 
					## Installing EDA Tools
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Electronic Design Automation (EDA) tools are vital to implementations of System on Chip architectures as well as validating different designs.   Open-source and commercial tools exist for multiple strategies and although the one can spend a lifetime using combinations of different tools, only a small subset of tools is utilized for this text.  The tools are chosen because of their ease in access as well as their repeatability for accomplishing many of the tasks utilized to design Wally.  It is anticipated that additional tools may be documented later after this is text is published to improve use and access.
 | 
					Electronic Design Automation (EDA) tools are vital to implementations of System on Chip architectures as well as validating different designs.   Open-source and commercial tools exist for multiple strategies and although the one can spend a lifetime using combinations of different tools, only a small subset of tools is utilized for this text.  The tools are chosen because of their ease in access as well as their repeatability for accomplishing many of the tasks utilized to design Wally.  It is anticipated that additional tools may be documented later after this is text is published to improve use and access.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user