We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8d77d commit 70d842eCopy full SHA for 70d842e
src/main/scala/RISCV/Main.scala
@@ -174,10 +174,6 @@ class Main() extends Module {
174
}
175
176
177
-/**
178
- * Object to generate Verilog/SystemVerilog for the module.
179
- * Customize firtoolOpts if needed.
180
- */
181
object Main extends App {
182
ChiselStage.emitSystemVerilogFile(
183
new Main(),
src/main/scala/RISCV/PC.scala
@@ -17,10 +17,7 @@ class PC() extends Module {
17
io.pc_out := pc_reg
18
19
20
21
22
23
+
24
object PC extends App {
25
26
new PC(),
0 commit comments