Chisel Project Template
git clone [email protected]:akdogiwjn/mychisel.git
cd mychisel
git add .
git commit -m 'Starting mychisel'
git push origin main
You should now have a working Chisel3 project.
You can run the included test with:
sbt test
Chisel Project Template
git clone [email protected]:akdogiwjn/mychisel.git
cd mychisel
git add .
git commit -m 'Starting mychisel'
git push origin main
You should now have a working Chisel3 project.
You can run the included test with:
sbt test