综合尝试,需要面积优化
This commit is contained in:
@@ -61,7 +61,7 @@ object testModule extends App {
|
||||
|
||||
val cfg = new BackCfg
|
||||
|
||||
(new chisel3.stage.ChiselStage).execute( Array("--show-registrations", "--full-stacktrace", "--target-dir", "generated/cdr/", "-e", "verilog") ++ args, Seq(
|
||||
(new chisel3.stage.ChiselStage).execute( Array("--gen-mem-verilog", "true", "--show-registrations", "--full-stacktrace", "--target-dir", "generated/cdr/", "-e", "verilog") ++ args, Seq(
|
||||
ChiselGeneratorAnnotation(() => {
|
||||
val soc = LazyModule(new BackSys()(cfg))
|
||||
soc.module
|
||||
|
||||
Reference in New Issue
Block a user