Philipp Wagner
Philipp Wagner
1. It indeed seems to be the case that the maximum packet size isn't accessible. It should be easy to add this parameter to `networkadapter_conf.sv`, which makes it accessible through...
> I was actually thinking of reading this parameter from `mpbuffer` itself since the number of endpoints is also read from there and both are parameters of the module anyway....
> Currently in the OpTiMSoC source code, additional hardware such as bootrom, and data/inst. cache have been disabled. Is there any plan to include this functionality or would the design...
`OPTIMSOC_CLOCKDOMAINS` and `OPTIMSOC_CDC_DYNAMIC` are remains of two almost completely removed features. `OPTIMSOC_CLOCKDOMAINS` was a define. If enabled, a CDC FIFO between the compute tile and the router was instantiated. `OPTIMSOC_CDC_DYNAMIC`...
OK, then we'll leave this as-is for now until you push your changes. If you have parts which can go to master earlier that would help on my side to...
@hchenji We have used VCS for parts of the development, but probably never ran VCS for a whole-system simulation. Would you mind opening a PR with the changes you needed...
@koenenwmn have you been using VCS more recently? If you have relevant changes, could you push them as well?
Nothing is set in stone, it's software after all! I guess all constraints have been articulated already. Let's continue the discussion in a pull request!
Action run showing an (intentionally triggered) failure: https://github.com/cocotb/cocotb/actions/runs/3100416305/jobs/5027859588
And a passing run: https://github.com/cocotb/cocotb/actions/runs/3103972632/jobs/5029335507 I'm removing the debug commits now.