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

trueDualPortBlockRam's goSlow and goFast don't account for X #2350

Closed
martijnbastiaan opened this issue Nov 7, 2022 · 1 comment
Closed
Labels

Comments

@martijnbastiaan
Copy link
Member

Specifically:

goSlow _ prevB | enA_ = out0 `seqX` (out0 :- as2, bs2)

and

goFast prevA _ | enB_ = out0 `seqX` (as2, out0 :- bs2)

If enA_ or enB_ are X, the output of the function will be.

martijnbastiaan added a commit that referenced this issue Mar 22, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Mar 22, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Mar 23, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Mar 31, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 11, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 12, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 12, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 12, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 12, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
DigitalBrains1 pushed a commit that referenced this issue Apr 13, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 14, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350
martijnbastiaan added a commit that referenced this issue Apr 14, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350

Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
martijnbastiaan added a commit that referenced this issue Apr 14, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350

Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
martijnbastiaan added a commit that referenced this issue Apr 16, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350

Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
DigitalBrains1 added a commit that referenced this issue Apr 17, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350

Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
martijnbastiaan added a commit that referenced this issue Apr 18, 2023
Paves the way for adding a true dual port block RAM with byte enables to
`clash-cores`. It adds a new data type with smart constructors called
'MaybeX', which helps programmers deal with 'XException' in their
modelling code.

Fixes #2438
Fixes #2351
Fixes #2350

Co-authored-by: Peter Lebbing <peter@digitalbrains.com>
@christiaanb
Copy link
Member

We've released v1.8.0, which includes a fix for this issue.

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

No branches or pull requests

2 participants