摘要:
1 module latch_ca(output q_out,2 input data_in,3 input enable);4 5 assign q_out = enable ? data_in : q_out;6 7 endmodule1 module latch_rbar_ca(output q_out,2 input data_in,3 input enable,4 input reset);5... 阅读全文
posted @ 2013-02-25 17:31
心若在
阅读(336)
评论(0)
推荐(0)

浙公网安备 33010602011771号