Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while compiling Xoodyak #3

Open
zck15 opened this issue Apr 22, 2022 · 1 comment
Open

Error while compiling Xoodyak #3

zck15 opened this issue Apr 22, 2022 · 1 comment

Comments

@zck15
Copy link

zck15 commented Apr 22, 2022

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
Copy link
Author

zck15 commented Apr 22, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant