Readon
Readon
> You mean sorting and moving stuff, or maintaining on the long term? > It's just about the sorting & moving. Long term maintains would be easier if reasonable documentation...
Nice Work! This will be a shining pool of sparks for SpinalHDL.
Can I use that directly with laverna?
Hi the withAsync function has been added two years ago. I suppose it could be used after v1.7.0. :) In addition, the cross-clocking feature is not used as a default...
The problem is that source files in hw and tb directory would compile twice when execute a test & compile command. So that the dependency of this two targets have...
> Why would it compile twice? I don't understand. IIUC it is exactly like `main` vs `test` of `sbt` structure, but in different paths. Emm, That might not be exactly....
> re we put everything in `hw/` directory and there is no `tb/` directory? Yes At the same time, I think the best way is not to modify scalaSource directly...
> > At the same time, I think the best way is not to modify scalaSource directly but create subproject in their corresponding locations by specify the relative directory in...
At first, I would say I mixed some problems together, which is not good. Now, here is some suggestion on this PR. 1. I think the testbench, short as 'tb',...
That is exactly what I want to say. Btw, Scala use "main" and "test" directory name to distinct the source code and test code.