adhere to new chisel c naming convention
This commit is contained in:
parent
1d76255dc1
commit
07f184df2f
@ -37,9 +37,9 @@ class Top() extends Component {
|
|||||||
object top_main {
|
object top_main {
|
||||||
def main(args: Array[String]) = {
|
def main(args: Array[String]) = {
|
||||||
// Can turn off --debug and --vcd when done with debugging to improve emulator performance
|
// Can turn off --debug and --vcd when done with debugging to improve emulator performance
|
||||||
val cpu_args = args ++ Array("--target-dir", "generated-src","--debug","--vcd");
|
// val cpu_args = args ++ Array("--target-dir", "generated-src","--debug","--vcd");
|
||||||
// val cpu_args = args ++ Array("--target-dir", "generated-src", "--debug");
|
// val cpu_args = args ++ Array("--target-dir", "generated-src", "--debug");
|
||||||
// val cpu_args = args ++ Array("--target-dir", "generated-src");
|
val cpu_args = args ++ Array("--target-dir", "generated-src");
|
||||||
// Set variables based off of command flags
|
// Set variables based off of command flags
|
||||||
// for(a <- args) {
|
// for(a <- args) {
|
||||||
// a match {
|
// a match {
|
||||||
|
Loading…
Reference in New Issue
Block a user