8000 GitHub - diegob94/copperv2: RISCV Core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diegob94/copperv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copperv2

RISCV core

Instructions:

Run dhrystone benchmark

cd sim/verilog_testbench
make -f Makefile.verilator

Debug cocotb test

# Add breakpoint() in python
source script/cocotb_debug.sh
pytest
# In separate terminal (rlwrap optional)
rlwrap netcat localhost 4440
0