Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 345 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 345 Bytes

Chisel Project Template

Clone your repository

git clone [email protected]:akdogiwjn/mychisel.git
cd mychisel

Commit your changes

git add .
git commit -m 'Starting mychisel'
git push origin main

Did it work?

You should now have a working Chisel3 project.

You can run the included test with:

sbt test