--
You received this message because you are subscribed to the Google Groups "chisel-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chisel-users+unsubscribe@googlegroups.com.
To post to this group, send email to chisel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chisel-users/CALzVNFARecUCJgPnSu%3Dq0K__sP-6B%3DtBSsL1UdB9ArZPChQYuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I haven't run this code myself but here is an example using import chisel3._ and diplomacy:You *should* be able to interoperate compatibility code with chisel3._ code. The issue could also be a classpath/build system issue so if emulating the above code does not solve your problem, could you provide more information about how you're building everything?Thanks,JackOn Tue, Oct 24, 2017 at 11:24 AM, Edmond Cote <edm...@pnlsys.com> wrote:
This doesn't work too well together.import chisel3._import freechips.rocketchip.diplomacy._ // uses import Chisel._[..] my chisel3 code here [..]Error:(30, 58) Symbol 'type Chisel.package.Record' is missing from the classpath.This symbol is required by 'class freechips.rocketchip.diplomacy.AutoBundle'.Is there a branch that removes use of the compatibility layer from diplomacy?Thanks,Ed
--
You received this message because you are subscribed to the Google Groups "chisel-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chisel-users...@googlegroups.com.
To post to this group, send email to chisel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chisel-users/CALzVNFARecUCJgPnSu%3Dq0K__sP-6B%3DtBSsL1UdB9ArZPChQYuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "chisel-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chisel-users...@googlegroups.com.
To post to this group, send email to chisel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chisel-users/CAFooY_R9X6V8HkE3BwFiCr8rw09w%2BMsa4N2dh9qzKWp%3DNzmk%2Bg%40mail.gmail.com.
unmanagedSourceDirectories in Compile += baseDirectory.value / "rocket-chip" / "src"
I haven't run this code myself but here is an example using import chisel3._ and diplomacy:You *should* be able to interoperate compatibility code with chisel3._ code. The issue could also be a classpath/build system issue so if emulating the above code does not solve your problem, could you provide more information about how you're building everything?Thanks,Jack
On Tue, Oct 24, 2017 at 11:24 AM, Edmond Cote <edm...@pnlsys.com> wrote:
This doesn't work too well together.import chisel3._import freechips.rocketchip.diplomacy._ // uses import Chisel._[..] my chisel3 code here [..]Error:(30, 58) Symbol 'type Chisel.package.Record' is missing from the classpath.This symbol is required by 'class freechips.rocketchip.diplomacy.AutoBundle'.Is there a branch that removes use of the compatibility layer from diplomacy?Thanks,Ed
--
You received this message because you are subscribed to the Google Groups "chisel-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chisel-users...@googlegroups.com.