mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Simulation does not consider nested RTL modules #34

Open hasheddan opened 1 year ago

hasheddan commented 1 year ago

Because simulate.X only propagates X to the dependency targets, if we run simulate.top (for example), only top.v is considered for whether we need to rebuild.

https://github.com/mosscomp/moss/blob/6ae22459fd6c6366338f4926173c47cfbbc521a3/Makefile#L63