verilog面试题
1.Use verilog hdl to implement a flip-flopwith synchronous RESET and SET, a Flip-flop with asynchronous RESET and SET.实现同步置位和复位的触发器。实现异步置位和复位的触发器。always@(posedgeclk or negtive set or negtive reset)if