Browse Source

cores/misc: Comment cleanup in uart_rx

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 5 years ago
parent
commit
1f58e62045
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cores/misc/rtl/uart_rx.v

+ 0 - 2
cores/misc/rtl/uart_rx.v

@@ -114,8 +114,6 @@ module uart_rx #(
 		else if (ce)
 		else if (ce)
 			bit_cnt <= bit_cnt - 1;
 			bit_cnt <= bit_cnt - 1;
 
 
-	// Signals
-
 	// Shift register
 	// Shift register
 	always @(posedge clk)
 	always @(posedge clk)
 		if (ce)
 		if (ce)