mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Typo in gpio reset
This commit is contained in:
		
							parent
							
								
									3626d5880e
								
							
						
					
					
						commit
						3c44b5842b
					
				@ -91,7 +91,7 @@ module gpio (
 | 
			
		||||
      high_ip <= #1 0;
 | 
			
		||||
      low_ie <= #1 0;
 | 
			
		||||
      low_ip <= #1 0;
 | 
			
		||||
      out_xor <= 1'b 0;
 | 
			
		||||
      out_xor <= #1 0;
 | 
			
		||||
    end else begin
 | 
			
		||||
      // writes
 | 
			
		||||
      if (memwrite)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user