smart-pix / asic-testing-fnal-lab-notebooks

Lab notebooks and git issues for testing
0 stars 0 forks source link

06/17/24 #5

Open badeaa3 opened 3 months ago

badeaa3 commented 3 months ago

Goals:

badeaa3 commented 3 months ago

About the clock.

badeaa3 commented 3 months ago

Trying to figure out the memory map. Adam recommended setting the base address to a different value. In vivado, sources, Address Editor, Network 0, ..., set master base address to 0x04_0000_0000

badeaa3 commented 3 months ago

Useful short video from Adam on gen_mem_map() within Spacely to generate a memory map from a txt file. https://github.com/badeaa3/smartpix-lab-notebooks/assets/13281375/17573e25-4d18-459d-8da8-48d77f63a1f5

badeaa3 commented 3 months ago

As of end of day we did not successfully create the memory map. Need to work on and understand this better tomorrow.

badeaa3 commented 3 months ago

NOTE: we confirmed with Adam on 06/18/24 that in order to set the pl_clk's to different values we need to recreate petalinux and enable this. This is because the PS creates the clocks which petalinux is running on and controlling. He set it himself to pl_clk0 at 100 MHz when creating the petalinux image. He recommends just using the clock wizard. This should be ok and if it is not in the future then we can make a new petalinux image.