DigitalSystem
-
[디지털시스템] Design 16-to-1 Multiplexer without process statementDream/전공과목 (전전) 2020. 9. 13. 01:55
1) Purpose 앞서 배운 16-to-1 MUX와 Mealy machine을 behavioral modeling이나 structural modeling등과 같은 다양한 방법으로 설계해봄으로써 VHDL 코딩에 대한 심도 있는 이해를 하도록 한다. 2) Condition 1. Concurrent statements only 2. Use Behavioral modeling method 3) Source code 우선 주어진 과제는 Concurrent statements만을 이용하여 Behavioral modeling method를 통해 구현해야하므로 주어진 조건에 맞춰 16-to-1 MUX를 위와 같이 설계하였다. process statement를 쓰지않고 with-select문을 통해 이를 구현하였으며 ..