Page 1 of 1

1. Count7 = 9'd15; $display ("Count7 = %b\n", Count7); (3 points) 2. Reg7 [10:0] = 'hD9; $monitor ($time, " register va

Posted: Fri Jul 08, 2022 6:43 am
by answerhappygod
1. Count7 = 9'd15;
$display ("Count7 = %b\n", Count7);(3 points)
2. Reg7 [10:0] = 'hD9;
$monitor ($time, " register value7 =%b\n", Reg7[10:0]); (3 points)
3. `define MEM_SIZE7 154
$display ("The maximum memory size is\n %h", 'MEM_SIZE7); (3 points)