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