Omit unecessary hwif signals if an external register is read-only or write-only. #58
This commit is contained in:
@@ -347,6 +347,8 @@ class FieldLogicGenerator(RDLForLoopGenerator):
|
||||
bslice = ""
|
||||
|
||||
context = {
|
||||
"has_sw_writable": node.has_sw_writable,
|
||||
"has_sw_readable": node.has_sw_readable,
|
||||
"prefix": prefix,
|
||||
"strb": strb,
|
||||
"bslice": bslice,
|
||||
|
||||
Reference in New Issue
Block a user