mirror of
				https://github.com/Klagarge/Cursor.git
				synced 2025-10-30 21:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
| ARCHITECTURE sim OF onesUnsigned IS
 | |
| BEGIN
 | |
|   ones <= (others => '1');
 | |
| END sim;
 |