본문 바로가기

[Harman] 반도체 설계/Quartus

Quartus II Project - adder, mult4x4

1. adder

 - Build a 16-bit adder using the '+' operator

 - Practice coding basic module structure

 

 

Continuous Assignment.

 - assign sum

 

 

2. mult4x4

 - Build a 4x4 multiplier block using the '* operator

 - Synthesis and verify its operation