1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/common/hdl/oh_hamming_encoder.v
Andreas Olofsson 32522280e6 Cleanup
2016-01-10 15:58:28 -05:00

12 lines
122 B
Verilog

module oh_hamming_enc (/*AUTOARG*/
// Outputs
out,
// Inputs
in, reset
);
endmodule // oh_hamming_enc