You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this PR (chipsalliance/rocket-chip#2453) we can just add string plusargs or plusargs with no default by calling PlusArgArtefacts.append. This should go in SimUART (to add the uartlog plusarg) and SimSPIFlashModel (there's a comment we can delete explaining what needs to be changed). Additionally you could have multiple logs for multiple UARTs by passing a string parameter to the SimUART verilog module, instead of hardcoding it to uartlog.
The text was updated successfully, but these errors were encountered:
With this PR (chipsalliance/rocket-chip#2453) we can just add string plusargs or plusargs with no default by calling
PlusArgArtefacts.append
. This should go inSimUART
(to add theuartlog
plusarg) andSimSPIFlashModel
(there's a comment we can delete explaining what needs to be changed). Additionally you could have multiple logs for multiple UARTs by passing a string parameter to theSimUART
verilog module, instead of hardcoding it touartlog
.The text was updated successfully, but these errors were encountered: