-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2362 from chipsalliance/fpu-atomics-broadcast-asy…
…ncreset Async Reset support for Atomics, FPU, and TLBroadcast
- Loading branch information
Showing
7 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
Submodule chisel3
updated
from 5ee1ef to 7a343d
Submodule hardfloat
updated
11 files
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// See LICENSE.SiFive for license details. | ||
|
||
package freechips.rocketchip.util | ||
|
||
import chisel3.ExplicitCompileOptions.NotStrict | ||
|
||
object CompileOptions { | ||
/** Compatibility mode semantics except Module implicit reset should be inferred instead of Bool */ | ||
implicit val NotStrictInferReset = NotStrict.copy(inferModuleReset = true) | ||
} |
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