mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
update Top.scala for z710v1.3 in lab3 and lab4
This commit is contained in:
@@ -97,7 +97,7 @@ class Top(binaryFilename: String = "say_goodbye.asmbin") extends Module {
|
||||
|
||||
object VerilogGenerator extends App {
|
||||
(new ChiselStage).execute(
|
||||
Array("-X", "verilog", "-td", "verilog/z710"),
|
||||
Array("-X", "verilog", "-td", "verilog/z710v1.3"),
|
||||
Seq(ChiselGeneratorAnnotation(() => new Top("say_goodbye.asmbin"))) // program to run on CPU
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user