/* NAMA : RAIHAN RAMANDHA SAPUTRA
NIM : 41422110039
FORUM 4 PERANCANGAN BERBASIS MIKROPROSESOR
*/
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("");
Serial.println("NAMA : RAIHAN RAMANDHA SAPUTRA");
Serial.println("NIM : 41422110039");
Serial.println("");
Serial.println("FORUM 4 PERANCANGAN BERBASIS MIKROPROSESOR");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
Asynchronous Counter
Synchronous Counter
FF3
FF2
FF1
FF2
FF1
CLK
ERC Warnings
flop1:CLK: Clock driven by combinatorial logic
flop4:CLK: Clock driven by combinatorial logic
flop5:CLK: Clock driven by combinatorial logic
flop6:CLK: Clock driven by combinatorial logic