摘要: 使用 make -nB 把动态执行过程中的命令打印出来,然后再配合 Makefile 源码阅读 这样会好很多 阅读全文
posted @ 2023-03-15 04:10 yinhuachen 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /** Format bits as Decimal */ case class Decimal(bits: Bits) extends FirrtlFormat('d') /** Format bits as Hexidecimal */ case class Hexadecimal(bits: 阅读全文
posted @ 2023-03-15 04:10 yinhuachen 阅读(17) 评论(0) 推荐(0) 编辑