摘要: Inferring Multipliers and DSP Functions Inferring Multipliers module unsigned_mult (out, a, b); output [15:0] out; input [7:0] a; input [7:0] b; assig 阅读全文
posted @ 2017-07-20 10:26 大雪球 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Recommended HDL Coding Styles HDL coding styles can have a significant effect on the quality of results that you achieve for programmable logic design 阅读全文
posted @ 2017-07-20 09:31 大雪球 阅读(233) 评论(0) 推荐(0) 编辑
摘要: Use Clock and Register-Control Architectural Features FPGAs provide device-wide clocks and register control signals that can improve performance. Use 阅读全文
posted @ 2017-07-20 01:09 大雪球 阅读(668) 评论(0) 推荐(0) 编辑