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
- from Rev 143 to Rev 144
- ↔ Reverse comparison
Rev 143 → Rev 144
/verilog/t6507lp_alu_wrapper.v
50,10 → 50,10
|
// all inputs are regs |
reg clk; |
wire reset_n; |
wire alu_enable; |
wire [DATA_SIZE_:0] alu_opcode; |
wire [DATA_SIZE_:0] alu_a; |
reg reset_n; |
reg alu_enable; |
reg [DATA_SIZE_:0] alu_opcode; |
reg [DATA_SIZE_:0] alu_a; |
|
// all outputs are wires |
wire [DATA_SIZE_:0] alu_result; |