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