Four bit adder: Difference between revisions

Line 1,213:
=={{header|MyHDL}}==
 
{{Verbose Code - Includes Test Demo}}
 
<lang MyHDL>PRINT "#!/usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf8 -*-
 
Line 1,325 ⟶ 1,326:
 
 
{{Professional Code - Includes test}}
 
<lang MyHDL>PRINT "#!/usr/bin/env python
#!/usr/bin/env python
 
from myhdl import *
Line 1,411 ⟶ 1,413:
sim = Simulation(tb())
sim.run()
"</lang>
"</lang>
 
=={{header|OCaml}}==
Anonymous user