| Glitch free safe clock switching |
|
|
|
Page 3 of 3 Test bench for above both implementations.`timescale 1ns/10ps module tb_clk_switch;
reg clk_a; reg select;
initial
always #5.7 clk_a = ~clk_a;
clk_switch ins1 ( |



