soDLA-publishment / soDLA

Chisel implementation of the NVIDIA Deep Learning Accelerator (NVDLA), with self-driving accelerated
Other
222 stars 49 forks source link

No implicits found for parameter conf: nvdlaConfig in nvdla.cmac.Launcher #63

Closed CristinaZN closed 5 years ago

CristinaZN commented 5 years ago

in the cmac Launcher, it used cmacConfiguation, but those classes in nvdla.cmac used nvdlaConfig. is there something not finished yet?

redpanda3 commented 5 years ago

You are correct, in the first version, configuration within each tile is separated, however, in the second version, configuration within each tile is connected as nvdlaConfig.

redpanda3 commented 5 years ago

I will change cmacConfiguation to nvdlaConfig.