李广军-ASIC设计-习题答案_Chapter_6_Solutions

更新时间:2023-07-22 19:29:49 阅读: 评论:0

小孩子不听话怎么办Problems
6.1.Write an interactive testbench for the multiplier of Problem 5.13.  Your testbench
must be complete with clock and proper timing and multiplier handshaking. U the following interface for the multiplier,
module mult (a, b, start, clk, r, done);
input [7:0] a, b;
input start, clk;
output [15:0] r;
output done;
. . .
endmodule
6.2.Add a part to the testbench of Problem 1 to calculate the expected result and compare
it with that of the multiplier result.  Each time start becomes 1 pick up the data that is being applied to the multiplier, perform the multiplication by the * operator, wait for the multiplier to complete its multiplication and then compare the expected result with the multiplier result.  If they are not the same an error signal should be issued.
轴对称图形教案6.3.To the testbench of Problem 6.2 add a part that will issue a display message each
什么是方法论time the error signal becomes 1.
晋升感言
千姿百袋
6.4.Using asrt_always asrtion monitor in the testbench of Problem 6.1, continuously
check the result every time done becomes 1.  Display an error message if the result is wrong.推荐看的书
怎么换备胎
为什么会得疣6.5.Rewrite the asrtion of the BCD counter of Fig. 6.24.  Instead of asrt_always ,
u asrt_no_overflow asrtion monitor to check the BCD counting.

本文发布于:2023-07-22 19:29:49,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1111359.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:轴对称   教案   图形
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图