Jump to content

Gray code: Difference between revisions

Line 4,720:
localparam aw = 8;
 
//------------------------------------------------------
// Functions
//------------------------------------------------------
function [aw:0] binary_to_gray;
input [aw:0] binn;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.