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