Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:verilog:uart:readme [2014/11/09 09:26]
alex [Source Files]
en:verilog:uart:readme [2014/11/09 09:27]
alex [Signals and Parameters]
Line 19: Line 19:
 ==== Signals and Parameters ==== ==== Signals and Parameters ====
  
-  * Parameters +<​code>​ 
-    ​* ''​parameter DATA_WIDTH = 8'' ​- define width of data bus and transferred words in bits +    ​Parameters 
-  ​* ​Clock and reset +      ​parameter DATA_WIDTH = 8 - define width of data bus and transferred words in bits 
-    * ''​input wire clk'' ​- clock input +    Clock and reset 
-    * ''​input wire rst'' ​- reset input+      input wire clk - clock input 
 +      input wire rst - reset input
   * AXI Stream Interface (TX)   * AXI Stream Interface (TX)
     * ''​input wire [DATA_WIDTH-1:​0] input_axis_tdata''​ - data input     * ''​input wire [DATA_WIDTH-1:​0] input_axis_tdata''​ - data input
Line 42: Line 43:
   * Configuration   * Configuration
     * ''​input wire [15:0] prescale''​ - BAUD rate prescale value     * ''​input wire [15:0] prescale''​ - BAUD rate prescale value
 +</​code>​
  
 ==== Description ==== ==== Description ====