Added zeroing instr

This commit is contained in:
jose.rodriguezlabra
2019-03-16 14:34:36 -04:00
parent 21e846ab62
commit 3c8147641f
4 changed files with 25 additions and 13 deletions

View File

@@ -932,6 +932,7 @@ module shift_right_arithmetic(
endmodule
//testbench
module shift_right_arithmetic_tb();
reg [8:0] a;