This commit is contained in:
parent
b16180f3eb
commit
4785dd29de
23
.ash_history
Normal file
23
.ash_history
Normal file
@ -0,0 +1,23 @@
|
||||
ls
|
||||
git lfs track "*.svg
|
||||
"
|
||||
git lfs install
|
||||
sudo apt-get install git-lfs
|
||||
apt-get install git-lfs
|
||||
apk
|
||||
apk add git-lfs
|
||||
git lfs install
|
||||
git lfs track "*.svg"
|
||||
git lfs track "*.png"
|
||||
git status
|
||||
git pull
|
||||
ls -la
|
||||
cd rtl
|
||||
ls
|
||||
vim alu
|
||||
vim alu.sv
|
||||
cd ..
|
||||
git add .
|
||||
ls
|
||||
git status
|
||||
git add .
|
0
.devcontainer.json
Normal file → Executable file
0
.devcontainer.json
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.svg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
5
.gitconfig
Normal file
5
.gitconfig
Normal file
@ -0,0 +1,5 @@
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
0
.gitea/workflows/verilate.yaml
Normal file → Executable file
0
.gitea/workflows/verilate.yaml
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
49
.viminfo
Normal file
49
.viminfo
Normal file
@ -0,0 +1,49 @@
|
||||
# This viminfo file was generated by Vim 9.0.
|
||||
# You may edit it if you're careful!
|
||||
|
||||
# Viminfo version
|
||||
|1,4
|
||||
|
||||
# Value of 'encoding' when this file was written
|
||||
*encoding=utf-8
|
||||
|
||||
|
||||
# hlsearch on (H) or off (h):
|
||||
~h
|
||||
# Command Line History (newest to oldest):
|
||||
:q
|
||||
|2,0,1686060805,,"q"
|
||||
|
||||
# Search String History (newest to oldest):
|
||||
|
||||
# Expression History (newest to oldest):
|
||||
|
||||
# Input Line History (newest to oldest):
|
||||
|
||||
# Debug Line History (newest to oldest):
|
||||
|
||||
# Registers:
|
||||
|
||||
# File marks:
|
||||
'0 1 0 ~/rtl/alu.sv
|
||||
|4,48,1,0,1686060805,"~/rtl/alu.sv"
|
||||
'1 1 0 ~/rtl/alu
|
||||
|4,49,1,0,1686060797,"~/rtl/alu"
|
||||
|
||||
# Jumplist (newest first):
|
||||
-' 1 0 ~/rtl/alu.sv
|
||||
|4,39,1,0,1686060805,"~/rtl/alu.sv"
|
||||
-' 1 0 ~/rtl/alu
|
||||
|4,39,1,0,1686060797,"~/rtl/alu"
|
||||
-' 1 0 ~/rtl/alu
|
||||
|4,39,1,0,1686060797,"~/rtl/alu"
|
||||
|
||||
# History of marks within files (newest to oldest):
|
||||
|
||||
> ~/rtl/alu.sv
|
||||
* 1686060801 0
|
||||
" 1 0
|
||||
|
||||
> ~/rtl/alu
|
||||
* 1686060795 0
|
||||
" 1 0
|
0
CMakeLists.txt
Normal file → Executable file
0
CMakeLists.txt
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
cmake/riscv-toolchain.cmake
Normal file → Executable file
0
cmake/riscv-toolchain.cmake
Normal file → Executable file
0
cmake/utils.cmake
Normal file → Executable file
0
cmake/utils.cmake
Normal file → Executable file
0
compose-dev.yaml
Normal file → Executable file
0
compose-dev.yaml
Normal file → Executable file
0
docs/figures/alu.tex
Normal file → Executable file
0
docs/figures/alu.tex
Normal file → Executable file
BIN
docs/figures/build/alu.svg
(Stored with Git LFS)
Normal file → Executable file
BIN
docs/figures/build/alu.svg
(Stored with Git LFS)
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 129 B |
0
fw/CMakeLists.txt
Normal file → Executable file
0
fw/CMakeLists.txt
Normal file → Executable file
0
fw/linker-script.ld
Normal file → Executable file
0
fw/linker-script.ld
Normal file → Executable file
0
fw/sandbox/asm/CMakeLists.txt
Normal file → Executable file
0
fw/sandbox/asm/CMakeLists.txt
Normal file → Executable file
0
fw/sandbox/asm/main.s
Normal file → Executable file
0
fw/sandbox/asm/main.s
Normal file → Executable file
0
fw/sandbox/c/CMakeLists.txt
Normal file → Executable file
0
fw/sandbox/c/CMakeLists.txt
Normal file → Executable file
0
fw/sandbox/c/main.c
Normal file → Executable file
0
fw/sandbox/c/main.c
Normal file → Executable file
0
fw/test/CMakeLists.txt
Normal file → Executable file
0
fw/test/CMakeLists.txt
Normal file → Executable file
0
fw/test/core.s
Normal file → Executable file
0
fw/test/core.s
Normal file → Executable file
0
fw/test/imm.s
Normal file → Executable file
0
fw/test/imm.s
Normal file → Executable file
0
fw/test/itype.s
Normal file → Executable file
0
fw/test/itype.s
Normal file → Executable file
0
fw/test/rtype.s
Normal file → Executable file
0
fw/test/rtype.s
Normal file → Executable file
0
include/timescale.sv
Normal file → Executable file
0
include/timescale.sv
Normal file → Executable file
0
rtl/alu.sv
Normal file → Executable file
0
rtl/alu.sv
Normal file → Executable file
0
rtl/alu_decoder.sv
Normal file → Executable file
0
rtl/alu_decoder.sv
Normal file → Executable file
0
rtl/cache_controller.sv
Normal file → Executable file
0
rtl/cache_controller.sv
Normal file → Executable file
0
rtl/cache_memory.sv
Normal file → Executable file
0
rtl/cache_memory.sv
Normal file → Executable file
0
rtl/control_unit.sv
Normal file → Executable file
0
rtl/control_unit.sv
Normal file → Executable file
0
rtl/data_memory.sv
Normal file → Executable file
0
rtl/data_memory.sv
Normal file → Executable file
0
rtl/data_memory_if.sv
Normal file → Executable file
0
rtl/data_memory_if.sv
Normal file → Executable file
0
rtl/five_stage_pipeline_datapath.sv
Normal file → Executable file
0
rtl/five_stage_pipeline_datapath.sv
Normal file → Executable file
0
rtl/hazard_unit.sv
Normal file → Executable file
0
rtl/hazard_unit.sv
Normal file → Executable file
0
rtl/imm_extend.sv
Normal file → Executable file
0
rtl/imm_extend.sv
Normal file → Executable file
0
rtl/instr_memory.sv
Normal file → Executable file
0
rtl/instr_memory.sv
Normal file → Executable file
0
rtl/instr_memory_if.sv
Normal file → Executable file
0
rtl/instr_memory_if.sv
Normal file → Executable file
0
rtl/jump_control.sv
Normal file → Executable file
0
rtl/jump_control.sv
Normal file → Executable file
0
rtl/main_decoder.sv
Normal file → Executable file
0
rtl/main_decoder.sv
Normal file → Executable file
0
rtl/pipelined_control_unit.sv
Normal file → Executable file
0
rtl/pipelined_control_unit.sv
Normal file → Executable file
0
rtl/priority_encoder.sv
Normal file → Executable file
0
rtl/priority_encoder.sv
Normal file → Executable file
0
rtl/register_file.sv
Normal file → Executable file
0
rtl/register_file.sv
Normal file → Executable file
0
rtl/rotate_cru.sv
Normal file → Executable file
0
rtl/rotate_cru.sv
Normal file → Executable file
0
rtl/rv32i_defs.sv
Normal file → Executable file
0
rtl/rv32i_defs.sv
Normal file → Executable file
0
rtl/single_cycle_datapath.sv
Normal file → Executable file
0
rtl/single_cycle_datapath.sv
Normal file → Executable file
0
rtl/two_way_lru_cache.sv
Normal file → Executable file
0
rtl/two_way_lru_cache.sv
Normal file → Executable file
0
rtl/two_way_lru_cru.sv
Normal file → Executable file
0
rtl/two_way_lru_cru.sv
Normal file → Executable file
0
scripts/vivado.tcl
Normal file → Executable file
0
scripts/vivado.tcl
Normal file → Executable file
0
test/CMakeLists.txt
Normal file → Executable file
0
test/CMakeLists.txt
Normal file → Executable file
0
test/sim_main.cpp
Normal file → Executable file
0
test/sim_main.cpp
Normal file → Executable file
0
test/test_alu.sv
Normal file → Executable file
0
test/test_alu.sv
Normal file → Executable file
0
test/test_cache_memory.sv
Normal file → Executable file
0
test/test_cache_memory.sv
Normal file → Executable file
0
test/test_data_memory.sv
Normal file → Executable file
0
test/test_data_memory.sv
Normal file → Executable file
0
test/test_five_stage_pipeline_core.sv
Normal file → Executable file
0
test/test_five_stage_pipeline_core.sv
Normal file → Executable file
0
test/test_imm_extend.sv
Normal file → Executable file
0
test/test_imm_extend.sv
Normal file → Executable file
0
test/test_instr_memory.sv
Normal file → Executable file
0
test/test_instr_memory.sv
Normal file → Executable file
0
test/test_priority_encoder.sv
Normal file → Executable file
0
test/test_priority_encoder.sv
Normal file → Executable file
0
test/test_register_file.sv
Normal file → Executable file
0
test/test_register_file.sv
Normal file → Executable file
0
test/test_single_cycle_core.sv
Normal file → Executable file
0
test/test_single_cycle_core.sv
Normal file → Executable file
0
test/test_two_way_lru_cache.sv
Normal file → Executable file
0
test/test_two_way_lru_cache.sv
Normal file → Executable file
Loading…
Reference in New Issue
Block a user