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 81 to Rev 80
- ↔ Reverse comparison
Rev 81 → Rev 80
/T6507LP_ULA/T6507LP_ALU_TestBench.v
22,8 → 22,7
.alu_opcode (alu_opcode), |
.alu_a (alu_a) |
); |
|
/* |
|
localparam period = 10; |
|
always begin |
46,7 → 45,6
$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 |
|