RHSResearchLLC / NiteFury-and-LiteFury

Public repository for Litefury & Nitefury
273 stars 72 forks source link

Where to find/how to change "board version" (aka `board_pvrsn`)? #23

Closed mablinov closed 1 year ago

mablinov commented 1 year ago

Probably a stupid question, but I can't figure out where to find the right value to put for the "board version" parameter that is required for the furytest.sh script.

In the test-general.py its referred to as the board_vrsn parameter. I added a line to print out the pvrsn read back from the board, and it appears to be assigned to 2 - Where is this configured from the Vivado side of things?

RHSResearchLLC commented 1 year ago

In the block diagram, expand the "GPIO_regs" block, then there are constants for "Model" and "Version"

RHSResearchLLC commented 1 year ago

image

RHSResearchLLC commented 1 year ago

image

mablinov commented 1 year ago

Got it, thanks!