Skip to content

DangoSys/bebop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bebop

A buckyball emulator written in Rust

Quick start

  1. Activate the virtual environment
source $BUCKYBALL_PATH/env.sh
  1. Build the simulator
./scripts/install.sh
  1. Start the socket server
cd bebop
cargo build --release --bin bebop && ./target/release/bebop -s 
  1. Run the program
$BUCKYBALL_PATH/bebop/host/spike/riscv-isa-sim/install/bin/spike --extension=bebop --log-commits $BUCKYBALL_PATH/bb-tests/build/workloads/src/OpTest/gemmini/transpose-baremetal 2>/dev/null

About

A buckyball emulator written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages