mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
12 lines
122 B
Verilog
12 lines
122 B
Verilog
module oh_hamming_enc (/*AUTOARG*/
|
|
// Outputs
|
|
out,
|
|
// Inputs
|
|
in, reset
|
|
);
|
|
|
|
|
|
endmodule // oh_hamming_enc
|
|
|
|
|