上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页
摘要: https://mp.weixin.qq.com/s/5oAwH3scumARzPidRBfG2w 带锁多入单出仲裁器,输出会被锁定指定的时钟周期。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scal 阅读全文
posted @ 2018-12-19 21:53 wjcdx 阅读(600) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/GcNIFkHfa0gW0HKkKvHZEQ 循环优先级(Round Robin)仲裁器。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/ 阅读全文
posted @ 2018-12-16 22:33 wjcdx 阅读(974) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/7Y23gV6yPvtmvKHTo2I8mw 基于ReadyValid接口实现的多入单出仲裁器。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/sca 阅读全文
posted @ 2018-12-16 17:45 wjcdx 阅读(911) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/vlyOIsQxR6bCqDDMtRQLLg 实现队列模块,先入先出(FIFO)。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chis 阅读全文
posted @ 2018-12-15 20:57 wjcdx 阅读(1606) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/g7Q9ChxHbAQGkbMmOymh-g ReadyValid通信接口。通信的双方为数据的生产者(Producer)和消费者(Consumer)。 通信协议: 1. Producer有数据要发送,则把Valid位置位为1; 2. Consum 阅读全文
posted @ 2018-12-15 20:56 wjcdx 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/WeFesE8k0ORxlaNfLvDzgg 流水线,用于添加延迟。 参考链接: https://github.com/freechipsproject/chisel3/blob/master/src/main/scala/chisel3/uti 阅读全文
posted @ 2018-12-13 22:41 wjcdx 阅读(658) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/L5eAwv--WzZdr-CfW2-XNA Chisel提供的Valid接口。如果valid为置1,则表明输出的bits有效;反之,则输出无效。 参考链接: https://github.com/freechipsproject/chisel3 阅读全文
posted @ 2018-12-13 22:40 wjcdx 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/tDpUe9yhwC-2c1VqisFzMw 演示如何使用状态机。 参考链接: https://github.com/ucb-bar/chisel-tutorial/blob/release/src/main/scala/solutions/Ve 阅读全文
posted @ 2018-12-09 21:48 wjcdx 阅读(452) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/5lcMkenM2zTy-pYOXfRjyA 演示如何使用switch/is来实现状态机。 参考链接: https://github.com/ucb-bar/chisel-tutorial/blob/release/src/main/scala/ 阅读全文
posted @ 2018-12-09 21:48 wjcdx 阅读(384) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/e8vJ8claauBtiuedxYYaJw 实现可以动态索引的表。 参考链接: https://github.com/ucb-bar/chisel-tutorial/blob/release/src/main/scala/examples/Tb 阅读全文
posted @ 2018-12-09 21:47 wjcdx 阅读(481) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页