forked from Github_Repos/cvw
		
	Flush uart print statements on \n
This commit is contained in:
		
							parent
							
								
									93466a0b2a
								
							
						
					
					
						commit
						d07a7fd0f8
					
				@ -377,7 +377,8 @@ module uartPC16550D(
 | 
			
		||||
          txhrfull <= #1 1;
 | 
			
		||||
        end
 | 
			
		||||
        $write("%c",Din); // for testbench
 | 
			
		||||
        if (Din == 13) $fflush;
 | 
			
		||||
        //if (Din == 13) $fflush;
 | 
			
		||||
        $fflush;
 | 
			
		||||
      end
 | 
			
		||||
      if (txstate == UART_IDLE) begin // move data into tx shift register if available
 | 
			
		||||
        if (fifoenabled) begin 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user