Pinned Repositories
CEP-1
The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
embeddedsw
Xilinx Embedded Software (embeddedsw) Development
High-Level-Synthesis-Study-Notes
Vivado HLS study notes, courses, documents.
IntFlow
IntFlow is an LLVM-based arithmetic error detection tool that combines static information flow tracking and dynamic program analysis
KernelInKernel
一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手
learning_gem5
Learning gem5 is a work-in-progress book to help gem5 users get started using gem5.
linux_kernel_wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
llvm-clang-samples
UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools
project-template
Drink the kool-aid from a firehose
riscv-osdev
Hello RISC-V 64!
ckj119940887's Repositories
ckj119940887/CEP-1
The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
ckj119940887/embeddedsw
Xilinx Embedded Software (embeddedsw) Development
ckj119940887/linux_kernel_wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
ckj119940887/antlr_study
ckj119940887/black-parrot
A Linux-capable RISC-V multicore for and by the world
ckj119940887/bpf_study
bpf 学习仓库
ckj119940887/chipWhisper
ckj119940887/chisel-template
A template project for beginning new Chisel work
ckj119940887/chiseltest
The official testing library for Chisel circuits.
ckj119940887/Cpp_study
ckj119940887/cva6
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
ckj119940887/gem5-bootcamp
ckj119940887/ghidra-book
《Ghidra权威指南》相关资源
ckj119940887/hackdac-2018-soc
Buggy SoC used for the second phase of the Hack@DAC 2018 hardware security competition.
ckj119940887/LLVM-Clang-Study-Notes
Study notes about LLVM/Clang. LLVM/Clang 学习笔记. Licensed under CC BY-NC-SA 4.0
ckj119940887/llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning
ckj119940887/llvm_learning
ckj119940887/mini-riscv-os
Build a minimal multi-tasking OS kernel for RISC-V from scratch
ckj119940887/my_nemu
nemu simulator
ckj119940887/my_riscv_compiler
ckj119940887/myGem5
This is an read-only mirror of the gem5 simulator. The upstream repository is stored in https://gem5.googlesource.com, code reviews should be submitted to https://gem5-review.googlesource.com/. The mirrors are synchronized every 15 minutes.
ckj119940887/myQemu
ckj119940887/nvim
ckj119940887/nvim-lua-guide-zh
https://github.com/nanotee/nvim-lua-guide chinese version
ckj119940887/quard_star_tutorial
This project aims to build an Embedded Linux System, in order to analyze the chip from the power-on execution of the first instruction to the entire system running, based on qemu simulator development board. 本项目旨在真正从0开始构建嵌入式linux系统,为了剖析芯片从上电开始执行第一条指令到整个系统运行,基于qemu定制模拟器开发板。
ckj119940887/riscv2os
從 RISC-V 處理器到 UNIX 作業系統
ckj119940887/riscv_compiler_self_make
ckj119940887/scala_study
ckj119940887/vivado-risc-v
Xilinx Vivado block designs for FPGA RISC-V SoC running Debian Linux distro
ckj119940887/xv6-book-chinese
MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在riscv架构上实现Unix v6;