mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-11-13 02:53:37 +00:00
Add comment to delineate between counters and multiplexer assignment
This commit is contained in:
parent
a0dd59d19a
commit
4144329f3f
@ -63,4 +63,7 @@ sw_read_assignment_var_name:
|
||||
signal_type: 'logic [{accesswidth}:0]'
|
||||
sw_read_assignment:
|
||||
rtl: |-
|
||||
assign {sw_read_assignment_var_name}{genvars} = {{{list_of_fields}}};
|
||||
/**************************************
|
||||
* Assign all fields to signal to Mux *
|
||||
**************************************/
|
||||
assign {sw_read_assignment_var_name}{genvars} = {{{list_of_fields}}};
|
||||
|
Loading…
Reference in New Issue
Block a user