上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页
摘要: 介绍AsyncCrossing的实现,主要介绍如何实现diplomacy Node和LazyModule相关内容。 ​​ 1. TLAsyncCrossingSource 异步上游节点(源节点): ​​ 1) node:LazyModule的节点成员 node用于与其他diplomacy节点协商参数 阅读全文
posted @ 2019-07-11 11:38 wjcdx 阅读(535) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Gqv09RIgSSg5VKe-wb4aGg 讨论tilelink中使用MaskGen生成mask的用法。 1. tilelink中的mask 1) channel a/b包含一个mask信号: ​​ Byte lane select for m 阅读全文
posted @ 2019-07-06 20:53 wjcdx 阅读(608) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/UggNsNOeEMP-GhzlLiT-qQ 简单介绍Edges的实现。 ​​ 1. TLEdge 包含client和manager两端的边,继承TLEdgeParameters类: ​​ 1) isAligned 判断访问的地址和访问大小是否对 阅读全文
posted @ 2019-07-04 22:56 wjcdx 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/1I6DcONr0Mg7xiX8F1C7SQ 简单介绍TileLink相关的参数实现(具体问题暂时不展开,后续用到时再做分析)。 ​​ 1. TLManagerParameters ​​ 定义TileLink Manager节点的参数,Manag 阅读全文
posted @ 2019-07-03 23:05 wjcdx 阅读(498) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/jrqBg2AIpQogBrpwNXjmwg 简单介绍Bundles文件中对TileLink规范(1.7.1)的定义。 参考链接:https://docs.qq.com/sheet/DUVRzVGVqemZvVGFQ 1. TLMessages 阅读全文
posted @ 2019-06-30 16:23 wjcdx 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Z4JJhZ_jL1lqF1nf_orq9A 简单介绍Timer的实现。 ​​ 1. 基本功能 实现定时器的功能。 2. Timer 实现一个静态装入的定时器: ​​ 1) initCount 定时器的初始值,静态配置,不可动态改变。 2) ma 阅读全文
posted @ 2019-06-08 23:54 wjcdx 阅读(382) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/zCP7wPuxgQ-r94Tr6BV5iw 简单介绍Replacement的实现。 ​​ 1. 基本介绍 用于实现Cache替换相关的功能。 ​​ From: Cache Replacement Policies, Prof. Mikko H. 阅读全文
posted @ 2019-06-08 23:53 wjcdx 阅读(355) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/gbR5fuDbE_nUFVxw-p4rsA 简单介绍ReduceOthers的实现。 ​​ 1. 基本介绍 输入一组Bool元素,把其他位置元素逐个相与的结果,作为当前位置的值输出。 2. helper helper实现ReduceOthers 阅读全文
posted @ 2019-06-08 23:52 wjcdx 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/xyEq3DgYuf2QuNjssv8pkA 简单介绍Repeater的实现。 ​​ 1. 基本功能 A Repeater passes it's input to it's output, unless repeat is asserted. 阅读全文
posted @ 2019-06-08 23:52 wjcdx 阅读(185) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/G2vLP-ncoJzSOgxGGEJkfA 简单介绍PrefixSum的实现。 ​​ 1. 基本介绍 ​​ 把一个序列从前向后逐个执行迭代(assocOp),每针对一个元素执行一遍迭代,针对一整行执行一次迭代(layerOp)。 2. Pref 阅读全文
posted @ 2019-06-08 23:51 wjcdx 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页