LBL-CoDEx / OpenSoCFabric

OpenSoC Fabric - A Network-On-Chip Generator

Home Page:http://www.opensocfabric.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chisel version issue

schoeberl opened this issue · comments

Looks like the Chisel version in build.sbt might not mach with the Chisel code, as I get following error:

'compiler-interface' not yet compiled for Scala 2.10.4. Compiling...
[info] Compilation completed in 11.543 s
[error] /Users/martin/data/repository/OpenSoCFabric/src/main/scala/arbiter.scala:113: value =/= is not a member of Chisel.UInt
[error] hasRequest(i) := PArraySorted(i).toBits.toUInt =/= UInt(0)
[error] ^
[error] one error found

Thanks for pointing this out @schoeberl! I'm planning on making a release at the end of the month that will correct the versioning issue.