URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
Subversion Repositories t6507lp
Compare Revisions
- This comparison shows the changes necessary to convert path
/t6507lp/trunk/rtl/verilog
- from Rev 152 to Rev 153
- ↔ Reverse comparison
Rev 152 → Rev 153
/t6507lp_alu_wrapper.v
65,10 → 65,10
always #10 clk <= ~clk; |
|
always @(posedge clk) begin |
$display("reset is %b", reset_n); |
$display("alu_enable is %b", alu_enable); |
$display("alu_opcode is %h", alu_opcode); |
$display("alu_a is %d", alu_a); |
//$display("reset is %b", reset_n); |
//$display("alu_enable is %b", alu_enable); |
//$display("alu_opcode is %h", alu_opcode); |
//$display("alu_a is %d", alu_a); |
end |
|
t6507lp_alu t6507lp_alu ( |