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

Conditional Assignments and Memories tutorial issue #120

Open
barabanshek opened this issue Mar 28, 2018 · 2 comments
Open

Conditional Assignments and Memories tutorial issue #120

barabanshek opened this issue Mar 28, 2018 · 2 comments

Comments

@barabanshek
Copy link

Hi, I think there is an issue in this tutorial in the line "val read_port1 = UInt(32.W)". Should it be "val read_port1 = Wire(UInt(32.W))"? Because UInt is a bare Chisel type and the following exception takes a place: "ExpectedHardwareException ... must be hardware, not a bare Chisel type" if just UInt is used.

@chick
Copy link
Contributor

chick commented Mar 28, 2018

I'm sorry but I can't seem to find which file this occurs in can you provide that.

@ucbjrl
Copy link
Contributor

ucbjrl commented Mar 28, 2018 via email

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

3 participants