摘要:
typedef enum logic [1:0] {S0, S1, S2} statetype; The enumerated encodings default to numerical order: S0 = 00, S1 = 01, and S2 = 10. The most common t 阅读全文
posted @ 2022-03-15 22:13
Fun_with_Words
阅读(43)
评论(0)
推荐(0)