kammoh / bluelight

Hardware implementation of Lightweight Cryptography candidates in Bluespec SystemVerilog.
Other
2 stars 1 forks source link

Error while compiling Xoodyak #3

Open zck15 opened 2 years ago

zck15 commented 2 years ago

When I use bsc to compile the design Xoodyak, the compiler raise the Error as below: Error: "XoodooDefs.bsv", line 95, column 63: (T0007) Unbound type constructor 'SegmentType' It seems like the type SegmentType is not defined. Should I import some package or this is a user-defined type?

zck15 commented 2 years ago

I've found the definition of type SegmentType in bluelight/LwcApi.bsv. After adding import LwcApi::*; to XoodooDefs.bsv and Xoodyak.bsv, I got another error: Error: "Xoodyak.bsv", line 220, column 13: (T0007) Unbound type constructor 'FifoIn' I can't find the definition of this FifoIn type in any file in xoodyak/ and bluelight/