-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e07546
commit 45e678e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule src
updated
25 files
+29 −29 | I_alu.v | |
+157 −201 | LICENSE | |
+293 −149 | Lucid64.v | |
+143 −54 | Lucid64.vh | |
+181 −0 | M_alu.v | |
+1 −1 | README.md | |
+139 −0 | alu_decoder.v | |
+0 −77 | alu_op_decoder.v | |
+0 −55 | alu_src_decoder.v | |
+62 −24 | bypass_unit.v | |
+280 −0 | compressed_decoder.v | |
+654 −0 | csr.v | |
+164 −0 | csr.vh | |
+271 −193 | decode_stage.v | |
+182 −0 | decoder.v | |
+153 −0 | divider.v | |
+202 −96 | execute_stage.v | |
+103 −67 | fetch_stage.v | |
+0 −65 | immediate_gen.v | |
+72 −68 | memory_stage.v | |
+63 −61 | obi_host_driver.v | |
+137 −0 | pipeline_controller.v | |
+17 −16 | register_file.v | |
+8 −8 | validity_tracker.v | |
+41 −43 | writeback_stage.v |