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
I have searched the previous issues and did not find anything relevant. 我已经搜索过之前的 issue,并没有找到相关的。
I have searched the previous discussions and did not find anything relevant. 我已经搜索过之前的 discussions,并没有找到相关的。
Describe you problem
I noticed the added functionality of the standalone generation module. It appears that the DebugModule
supports custom data widths, so I tried to generate it using make StandAloneDebugModule DEVICE_BASE_ADDR=0x38020000 DEVICE_ADDR_WIDTH=32 DEVICE_DATA_WIDTH=256 DEVICE_TL=0, but encountered an error.
What did you do before
Initially, I thought it was an issue with parameter passing, so I changed the default value of dataWidth and debugModule.debug.node := TLBuffer() := TLFagementer(8:32) := xbar, but these changes didn't work. I suspect there might be an issue with how the data width is being passed.
Before start
Describe you problem
I noticed the added functionality of the standalone generation module. It appears that the DebugModule
supports custom data widths, so I tried to generate it using make StandAloneDebugModule DEVICE_BASE_ADDR=0x38020000 DEVICE_ADDR_WIDTH=32 DEVICE_DATA_WIDTH=256 DEVICE_TL=0, but encountered an error.
What did you do before
Initially, I thought it was an issue with parameter passing, so I changed the default value of dataWidth and debugModule.debug.node := TLBuffer() := TLFagementer(8:32) := xbar, but these changes didn't work. I suspect there might be an issue with how the data width is being passed.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: