fix(sim): fix simulation errors
This commit is contained in:
@@ -184,12 +184,7 @@ always @(posedge clk)
|
||||
begin
|
||||
if(uart_display)
|
||||
begin
|
||||
if(uart_data==8'hff)
|
||||
begin
|
||||
;//$finish;
|
||||
end
|
||||
else
|
||||
begin
|
||||
if(uart_data !=8'hff) begin
|
||||
$write("%c",uart_data);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user