Skip to content

Commit

Permalink
fixed typo in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
tojauch committed Jul 11, 2024
1 parent 5e50031 commit f61786a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
13 changes: 13 additions & 0 deletions src/main/scala/Verilog_Generator.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package main.scala

import chisel3._
import chiseltest._
import org.scalatest.flatspec.AnyFlatSpec


import RISCV_TOP._

object VerilogGen extends App
{
emitVerilog(new RISCV_TOP(), Array("--target-dir", "generated-src"))
}
28 changes: 0 additions & 28 deletions src/main/scala/Veriolog_Generator.scala

This file was deleted.

0 comments on commit f61786a

Please sign in to comment.