▷ SOLUCIÓN LECCIÓN SISTEMAS DIGITALES 1, 2do Parcial (2020 PAO 1) C5 A

 

El siguiente código #VHDL describe el funcionamiento de un flip-flop “XY” (FF-XY). Para realizar una conversión exitosa de un flip-flop “JK” (FF-JK) a un FF-XY, determinar cuáles de las siguientes expresiones booleanas describen correctamente el funcionamiento de las señales “J” y “K”:
✅ a) j <= not(x) or not (y);
✅ b) j <= not(x) or y;
✅ c) j <= x or not(y);
✅ d) j <= x or y;
✅ e) k <= not(x) or not (y);
✅ f) k <= not(x) or y;
✅ g) k <= x or not(y);
✅ h) k <= x or y;

Comentarios

Popular Posts

▷ Especificaciones del módulo ESP32

▷ #ESP32 - REAL-TIME CLOCK #RTC INTERNO

▷ Sensor networks for agriculture based on #FPGA

▷ #ESP32 - SINCRONIZAR RTC INTERNO CON SERVIDOR NTP

▷ IoT-Based Shrimp Pool Optimization with LoRa Technology

▷ Device Free Indoor Localization in the 28 GHz band based on machine learning

▷ Newsletter: #FPGA (Field Programmable Gate Arrays)

▷ Wireless Sensor Network (WSN)

▷ Display of last 24 hours of Temperature, Humidity and Temp. CPU

▷ Data visualization: of Temperature, Humidity, and CPU Temp.