index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
build.sh
blob: 202afe7c74a0eb93815e817384659628d7c8c0f5 (
plain
)
1
2
3
4
5
#!/bin/bash
sbt
"run
$1
"
(
cd
generated
;
fir2flo.sh
$1
)
(
cd
generated
;
flo-app
$1
)