Skip to content

Commit 1b66446

Browse files
committed
RFC #66: Namespace decided.
1 parent eab5e1f commit 1b66446

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/0066-simulation-time.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Also, to quote @whitequark: Time is not a number.
2222
[guide-level-explanation]: #guide-level-explanation
2323

2424
A new type `Period` is introduced.
25+
It is exported from `amaranth.hdl` and also re-exported from `amaranth.sim`.
2526
It is immutable and has a constructor accepting at most one named argument, giving the following valid forms of construction:
2627
- `Period()`
2728
- Constructs a zero period.
@@ -134,8 +135,6 @@ None.
134135
## Unresolved questions
135136
[unresolved-questions]: #unresolved-questions
136137

137-
- With the scope of `Period` extended beyond simulation, where do we put it?
138-
139138
- Should we disallow passing a negative frequency or accessing a frequency property on a negative period?
140139

141140
## Future possibilities

0 commit comments

Comments
 (0)