瀏覽代碼

cores/misc: Comment cleanup in uart_rx

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 5 年之前
父節點
當前提交
1f58e62045
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)
 			bit_cnt <= bit_cnt - 1;
 
-	// Signals
-
 	// Shift register
 	always @(posedge clk)
 		if (ce)