Closed NikLeberg closed 4 months ago
Nice thanks :D
i don't know about Mill either.
I have written mill support script on Readon/FormalTutorial/build.sc file. Wish that helps.
Figured out how to do it with mill. Mill is quite awesome I have to say.
I also tried to unify the version info for sbt and mill in one conf file @ SpinalHDL/SpinalTemplateSbt#40
Thanks ^^
Lately I have been bitten by countless
SCOPE VIOLATION
orHIERARCHY VIOLATION
errors that I did not know where they came from. It drove me crazy.Thanks to https://github.com/SpinalHDL/SpinalHDL/issues/1387 I noticed that I simply set up my sbt build wrong. I was using Spinal from a local git clone (actually my fork of it) and didnt notice the missing scalac options. (I kinda dislike sbt, I think it is very complicated and slow...)
Nonetheless, I wanted to spare others from pain and try to document it a bit.
Todo: the mill side of it is missing as I don't use mill. Does someone have a working configuration for it?