Chip implementation

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Chip implementation

rauls


Hello!
I can implement the "CHIP Inc16" with "HalfAdder (a =, b =, sum =, carry =);"
Thanks a lot!
Reply | Threaded
Open this post in threaded view
|

Re: Chip implementation

cadet1620
Administrator
Yes, the Inc16 chip can be implemented with 16 HalfAdder chips.

Another alternative for a shorter Inc16.hdl is to learn how to set one of the inputs of an Add16 to constant 1.
See Appendix A section A.5.3.

--Mark