mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Squelch trailing whitespace
This commit is contained in:
		
							parent
							
								
									41d4e91f38
								
							
						
					
					
						commit
						2021ddecb3
					
				
					 19 changed files with 165 additions and 165 deletions
				
			
		|  | @ -1,8 +1,8 @@ | |||
| `default_nettype none | ||||
| module top ( output wire [6:0] HEX0, HEX1, HEX2, HEX3, HEX4, HEX5, HEX6, HEX7, | ||||
|              input  wire [15:0] SW ); | ||||
|               | ||||
|    | ||||
| 
 | ||||
| 
 | ||||
|     sevenseg UUD0 (.HEX0(HEX0), .SW(4'h7)); | ||||
|     sevenseg UUD1 (.HEX0(HEX1), .SW(4'h1)); | ||||
|     sevenseg UUD2 (.HEX0(HEX2), .SW(4'h0)); | ||||
|  | @ -11,5 +11,5 @@ module top ( output wire [6:0] HEX0, HEX1, HEX2, HEX3, HEX4, HEX5, HEX6, HEX7, | |||
|     sevenseg UUD5 (.HEX0(HEX5), .SW(SW[7:4])); | ||||
|     sevenseg UUD6 (.HEX0(HEX6), .SW(SW[11:8])); | ||||
|     sevenseg UUD7 (.HEX0(HEX7), .SW(SW[15:12])); | ||||
|      | ||||
| 
 | ||||
| endmodule | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue