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 186 to Rev 187
- ↔ Reverse comparison
Rev 186 → Rev 187
/verilog/t6507lp.v
8,8 → 8,8
//// Description //// |
//// Implementation of a 6507-compatible microprocessor //// |
//// //// |
//// To Do: //// |
//// - Everything //// |
//// TODO: //// |
//// - Nothing //// |
//// //// |
//// Author(s): //// |
//// - Gabriel Oshiro Zardo, gabrieloshiro@gmail.com //// |
88,9 → 88,9
.alu_enable (alu_enable) |
); |
|
T6507LP_ALU T6507LP_ALU ( |
t6507lp_alu t6507lp_alu ( |
.clk (clk), |
.rst_n (reset_n), |
.reset_n (reset_n), |
.alu_enable (alu_enable), |
.alu_result (alu_result), |
.alu_status (alu_status), |