Doc fixes. Add banner to output
This commit is contained in:
@@ -266,7 +266,6 @@ class FieldLogic:
|
||||
same assignment precedence.
|
||||
"""
|
||||
|
||||
# TODO: Add all the other things
|
||||
self.add_sw_conditional(sw_onread.ClearOnRead(self.exp), AssignmentPrecedence.SW_ONREAD)
|
||||
self.add_sw_conditional(sw_onread.SetOnRead(self.exp), AssignmentPrecedence.SW_ONREAD)
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// TODO: Add a banner
|
||||
// Generated by PeakRDL-regblock - A free and open-source SystemVerilog generator
|
||||
// https://github.com/SystemRDL/PeakRDL-regblock
|
||||
|
||||
module {{module_name}} (
|
||||
input wire clk,
|
||||
input wire rst,
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// TODO: Add a banner
|
||||
// Generated by PeakRDL-regblock - A free and open-source SystemVerilog generator
|
||||
// https://github.com/SystemRDL/PeakRDL-regblock
|
||||
|
||||
package {{hwif.package_name}};
|
||||
{{hwif.get_package_contents()|indent}}
|
||||
endpackage
|
||||
|
||||
Reference in New Issue
Block a user