-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove domain ordering from 'trueDualPortBlockRam'
Previous commits have removed the clock domain ordering sensitivity from the TDP BRAM model, but didn't remove the wrapper, nor the hack prepending `ClockB` to the result of `clockTicks`. Closes #2352
- Loading branch information
1 parent
1b5ea90
commit 2b36bd5
Showing
3 changed files
with
60 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,6 @@ docs/env | |
|
||
# rewrite histories | ||
*.dat | ||
|
||
# build_clash_dev.sh output | ||
clash-dev.result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters