mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Merge pull request #4704 from YosysHQ/krys/drop_ilang
Remove references to ilang
This commit is contained in:
		
						commit
						4343c791cb
					
				
					 28 changed files with 39 additions and 69 deletions
				
			
		| 
						 | 
				
			
			@ -15,23 +15,23 @@
 | 
			
		|||
	\tikzstyle{data} = [draw, fill=blue!10, ellipse, minimum height=3em, minimum width=7em, node distance=15em]
 | 
			
		||||
	\node[process] (vlog) {Verilog Frontend};
 | 
			
		||||
	\node[process, dashed, fill=green!5] (vhdl) [right of=vlog] {VHDL Frontend};
 | 
			
		||||
	\node[process] (ilang) [right of=vhdl] {RTLIL Frontend};
 | 
			
		||||
	\node[process] (rtlilfe) [right of=vhdl] {RTLIL Frontend};
 | 
			
		||||
	\node[data] (ast) [below of=vlog, node distance=5em, xshift=7.5em] {AST};
 | 
			
		||||
	\node[process] (astfe) [below of=ast, node distance=5em] {AST Frontend};
 | 
			
		||||
	\node[data] (rtlil) [below of=astfe, node distance=5em, xshift=7.5em] {RTLIL};
 | 
			
		||||
	\node[process] (pass) [right of=rtlil, node distance=5em, xshift=7.5em] {Passes};
 | 
			
		||||
	\node[process] (vlbe) [below of=rtlil, node distance=7em, xshift=-13em] {Verilog Backend};
 | 
			
		||||
	\node[process] (ilangbe) [below of=rtlil, node distance=7em, xshift=0em] {RTLIL Backend};
 | 
			
		||||
	\node[process] (rtlilbe) [below of=rtlil, node distance=7em, xshift=0em] {RTLIL Backend};
 | 
			
		||||
	\node[process, dashed, fill=green!5] (otherbe) [below of=rtlil, node distance=7em, xshift=+13em] {Other Backends};
 | 
			
		||||
 | 
			
		||||
	\draw[-latex] (vlog) -- (ast);
 | 
			
		||||
	\draw[-latex] (vhdl) -- (ast);
 | 
			
		||||
	\draw[-latex] (ast) -- (astfe);
 | 
			
		||||
	\draw[-latex] (astfe) -- (rtlil);
 | 
			
		||||
	\draw[-latex] (ilang) -- (rtlil);
 | 
			
		||||
	\draw[-latex] (rtlilfe) -- (rtlil);
 | 
			
		||||
	\draw[latex-latex] (rtlil) -- (pass);
 | 
			
		||||
	\draw[-latex] (rtlil) -- (vlbe);
 | 
			
		||||
	\draw[-latex] (rtlil) -- (ilangbe);
 | 
			
		||||
	\draw[-latex] (rtlil) -- (rtlilbe);
 | 
			
		||||
	\draw[-latex] (rtlil) -- (otherbe);
 | 
			
		||||
\end{tikzpicture}
 | 
			
		||||
\end{document}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue