sfu-arch / muir-lib

µIR Chisel library
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Debug filename #18

Open ashriram opened 2 years ago

ashriram commented 2 years ago

When modules are initialized within a script sourcecode.File does not include path so this statement fails:

https://github.com/sfu-arch/muir-lib/blob/fea6a314e2ab5d018d7664a2b3ebde6b292675de/src/main/scala/node/ComputeNode.scala#L39

Replace with class name e.g., this.getClass.getSimpleName print to check.