mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Cleaned verilog code from not used defines
This commit is contained in:
		
							parent
							
								
									abb5a3a44d
								
							
						
					
					
						commit
						d6ef9b1a6b
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -9,14 +9,8 @@ in | |||
| 
 | ||||
|     always @(posedge clk) | ||||
| 	begin | ||||
| `ifndef BUG | ||||
| 		out    <= out >> 1; | ||||
| 		out[7] <= in; | ||||
| `else | ||||
| 
 | ||||
| 		out    <= out << 1; | ||||
| 		out[7] <= in; | ||||
| `endif | ||||
| 	end | ||||
| 
 | ||||
| endmodule | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue