Skip to content

Commit

Permalink
Remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Feb 12, 2021
1 parent f31c244 commit 5d6ef16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions systemrdl/core/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,6 @@ class Prop_hwclr(PropertyRule):
def validate(self, node: m_node.Node, value: Any) -> None:
self._validate_ref_width_is_1(node, "hwclr", value)

# FIXME: validate ref is 1-bit wide. other validation? (ok if not hw writable)

class Prop_hwset(PropertyRule):
bindable_to = {comp.Field}
valid_types = (bool, comp.Signal, comp.Field)
Expand All @@ -1108,8 +1106,6 @@ class Prop_hwset(PropertyRule):
def validate(self, node: m_node.Node, value: Any) -> None:
self._validate_ref_width_is_1(node, "hwset", value)

# FIXME: validate ref is 1-bit wide. other validation? (ok if not hw writable)

#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class Prop_hwenable(PropertyRule):
bindable_to = {comp.Field}
Expand Down

0 comments on commit 5d6ef16

Please sign in to comment.