Lab 1
The purpose of this lab is to become acquainted with simulation tool Mentor Graphics. To get familiar with a tool VHDL files mux.vhd and t_mux.vhd are offered to you. Mux.vhd file is design file of multiplexer, which behavior is the following, if control signal JUHT_SIG is 1 then the input A_IN is propagated to the output OUT_SIG, if JUHT_SIG is 0 then input B_IN is propagated to the output. The schematic of multiplexer is in the Figure 1. t_mux.vhd is a testbench for the multiplexer design.
Figure 1 multiplexer diagram
Actions:
Questions: