摘要: 1 `timescale为模块指定参考时间单位 `timescale<reference_time_unit>/<time_precision> 2 module endmoudule 为模块声明,中间不能插入其他模块声明 从模板创建对象的过程叫实例化instantiation 创建的对象叫inst 阅读全文
posted @ 2017-08-26 20:47 喵喵小学僧 阅读(567) 评论(0) 推荐(0)
摘要: Square RootWhen the square root functional configuration is selected, a simplified CORDIC algorithm isused to calculate the positive square root of th 阅读全文
posted @ 2017-08-26 17:14 喵喵小学僧 阅读(799) 评论(0) 推荐(0)
摘要: ArcTanWhen the ArcTan functional configuration is selected, the input vector (X_IN,Y_IN) is rotated(using the CORDIC algorithm) until the Y component 阅读全文
posted @ 2017-08-26 17:14 喵喵小学僧 阅读(944) 评论(0) 推荐(0)