URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
Subversion Repositories t6507lp
Compare Revisions
- This comparison shows the changes necessary to convert path
/t6507lp/trunk/sim
- from Rev 80 to Rev 81
- ↔ Reverse comparison
Rev 80 → Rev 81
/T6507LP_ULA/T6507LP_ALU_TestBench.v
22,7 → 22,8
.alu_opcode (alu_opcode), |
.alu_a (alu_a) |
); |
|
|
/* |
localparam period = 10; |
|
always begin |
45,6 → 46,7
$display("op1 = %h op2 = c = %h d = %h n = %h v = %h ", alu_a, alu_status[C], alu_status[D], alu_status[N], alu_status[V]); |
end |
$finish; |
end |
end |
*/ |
endmodule |
|