SiLab-Bonn / tj-monopix2-daq

1 stars 3 forks source link

Update run.tcl to also support KX1-325 version of the board #5

Closed maxbab1 closed 2 years ago

cbespin commented 2 years ago

Thanks for the PR! What is the intention of this? This just disables building for KX1 as far as I see, but @MarcoVogt can comment better, since he started the KX1 branch (which is not tested with hardware yet)

MarcoVogt commented 2 years ago

@maxbab1 Did you already compile and test the firmware for the 325 version of the KX1? Does it work with the 160's xdc file?

maxbab1 commented 2 years ago

There are two different versions of the KX1 board - they are very similar, but our version has a different fpga (one step bigger) since that was the only one we could get

I included just one additional line to build for that version

maxbab1 commented 2 years ago

yeah, it does work now - at least i can ping the board now

is there any other test i can run without the chipboard?

MarcoVogt commented 2 years ago

No, not really. But this sounds almost too good to be true :). I'll check the pin assignment tables now.

MarcoVogt commented 2 years ago

Indeed, according to https://www.enclustra.com/assets/scripts/download.php?f=Mercury_Master_Pinout.xlsm the pinout should be identical between FPGA sizes and package types within a series of modules. Approved!

cbespin commented 2 years ago

Great, thanks for checking, this is useful! I did not see the change in the exact model type, sorry for that. Merging now