SpinalHDL / SpinalDoc-RTD

The sources of the online SpinalHDL doc
https://spinalhdl.github.io/SpinalDoc-RTD/
Creative Commons Zero v1.0 Universal
25 stars 61 forks source link

update the bus_slave_factory #87

Open hanm2019 opened 2 years ago

hanm2019 commented 2 years ago

It seems that the bus salve factory doc has no update 3 years ago, but the spinal.lib.bus had implemented lots of new functions, such as:setOnSet,readAndSetOnSet, ect.

I have made a list about that:

createReadAndClearOnSet
readAndClearOnSet
clearOnSet
createReadAndSetOnSet
readAndSetOnSet
setOnSet
createReadMultiWord
createWriteMultiWord
createWriteAndReadMultiWord
multiCycleRead
readSyncMemWordAligned
readSyncMemMultiWord
writeMemMultiWord
writeMemWordAligned

It would be better to update the doc to make others use those functions clearly. :>

Dolu1990 commented 2 years ago

Hi,

Yes, it missed quite a few updates.

Do you feel up for a PR ?

hanm2019 commented 2 years ago

I can try to update some doc, but for some functions , I am not clear :>

Dolu1990 commented 2 years ago

Ahhh, which ones ?