Hierarchy | Files | Modules | Signals | Tasks | Functions | Help |
module codengray
(ent,sal,gs); parameter N=4; input [(1<<N)-1:0] ent; output [N-1:0] sal; output gs; wire [N-1:0] salbin; coden #(N) UUT (.solicitud(ent),.codigo(salbin),.gs(gs)); bingray #(N) UUT2 (.e(salbin), .s(sal)); endmodule
Hierarchy | Files | Modules | Signals | Tasks | Functions | Help |
This page: | Created: | Tue Oct 1 11:42:01 2013 |
From: | ../codengray.v |
Verilog converted to html by v2html 7.30.1.3 (written by Costas Calamvokis). | Help |