上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 40 下一页
摘要: https://mp.weixin.qq.com/s/ENJVkz88sGgyODRNCu9jhQ 介绍Data类中的binding的定义和用法。 Binding stores information about this node's position in the hardware graph. 阅读全文
posted @ 2018-12-31 22:56 wjcdx 阅读(372) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/2318e6VJ4wFGpWwBOmTikA Chisel数据类型(Data)与Module的绑定关系,根据Data的使用方式不同,而有多种绑定类型。 参考链接: https://github.com/freechipsproject/chise 阅读全文
posted @ 2018-12-31 22:55 wjcdx 阅读(581) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Jsy8P3m9W2EYKwneGVekiw 独热码相关的电路生成器。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3/ut 阅读全文
posted @ 2018-12-24 23:21 wjcdx 阅读(1404) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/mO648yx4_ZRedXSWX4Gj2g 可以容纳不同类型的变量的向量。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3 阅读全文
posted @ 2018-12-24 23:20 wjcdx 阅读(669) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/TK1mHqvDpG9fbLJyNxJp-Q Mux相关电路生成器。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3/uti 阅读全文
posted @ 2018-12-24 23:20 wjcdx 阅读(1735) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/g85Si6n37D9PYfR5hEoRQQ 实现一个查找逻辑。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3/util/ 阅读全文
posted @ 2018-12-24 11:07 wjcdx 阅读(864) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/8lC8vQnBdKW9C39H0QFFkA 对数相关的辅助方法,Math通过软件方法实现,CircuitMath通过硬件方法实现。 参考链接: https://github.com/freechipsproject/chisel3/blob/m 阅读全文
posted @ 2018-12-24 11:06 wjcdx 阅读(983) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/DSdb4tmRwDTOki7mbyuu9A 实现16位线性反馈移位寄存器。可用于生成简单的伪随机数。 ​​ ​​ 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src 阅读全文
posted @ 2018-12-24 11:05 wjcdx 阅读(836) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/MQzX1Ned35ztz0vusPdkdQ 比特相关的操作。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3/util/B 阅读全文
posted @ 2018-12-23 14:48 wjcdx 阅读(441) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/80Q8j-OSMtgh5a92pI-MZA 使用value和mask来描述一个比特模式,即:value = bits & mask. 参考链接: https://github.com/freechipsproject/chisel3/blob/ 阅读全文
posted @ 2018-12-23 14:47 wjcdx 阅读(1643) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 40 下一页