热干面加芝麻酱
热干面加芝麻酱
@edwardcwang, thanks for your reply, it works. where is the downloading directory of jar files ? I can't find them in ~/..ammonite .
amm has downloaded dependency jar file from maven. I copy all .jar to ./lib and scalac again. ` scalac -classpath "\ ./lib/antlr-runtime-3.5.2-sources.jar;\ ./lib/antlr-runtime-3.5.2.jar;\ ./lib/antlr4-4.7.1-sources.jar;\ ./lib/antlr4-4.7.1.jar;\ ./lib/antlr4-runtime-4.7.1-sources.jar;\ ./lib/antlr4-runtime-4.7.1.jar;\ ./lib/chisel3_2.11-3.1.6-sources.jar;\ ./lib/chisel3_2.11-3.1.6.jar;\ ./lib/firrtl_2.11-1.1.6-sources.jar;\...
thanks all for your reply. I used ammonite on os: windows 10 / cygwin-64 / java 1.8.151 / scala 2.12.8 1) amm give me an error, `java.io.IOException: Cannot run program...
bad things ! we can't leave sbt. I feel Chisel is neither a library nor a new language now. long long way to go.
God blessing ! It works OK when I degrade scala ftom 2.12 to 2.11. I create a repo on 'https://github.com/balanx/chisel-make'. GCD runs success with ~28MB jars only. thanks all
As a reminder, it's very probably that users don't like this way that one V-source are used for front design (rtl simulation and fpga) and another V-source are used for...
Thanks. But my requirement is the "clockDomain.current" is smarter a bit. Just like eg2, there are 4 clockdomains and need not setsyncwith() between Test.newclock and clkDemo.aClock/.bClock .
sorry for wrong close.
Thanks @Dolu1990 @Readon I understand your comment. I made a new issue [1741](https://github.com/SpinalHDL/SpinalHDL/issues/1741) for another way to resolve this problem.
Now Mem writing operation is, ``` mem(address) := data ``` Will Spinal support writing operation as below ? ``` mem(address) (offset , width) := data ```