Access DRAM Bank, Row, Column by using Physical Address

Hi,
Can I access to specific DRAM Bank, Row and Column by using ‘’‘physical_address’‘’ from PYNQ?
I need to simulate access patterns similar to the workloads in PG150 page 20.

I have implemented my application in HLS, and would like to have more experiments with DRAM operations as quick as possible, so I think PYNQ is my first choice. However, I need some suggestions and guide lines in implementation. My target board is ZCU104.

Thanks