我修改了“system.mhs”文件如下:
begin microblaze
// some lines of code
PARAMETER C_PVR = 2
PARAMETER C_PVR_USER1 = 0x02
PARAMETER C_PVR_USER2 = 0x0bb35
//some lines of code
End
当我在 Xps 中构建硬件并导出到 xilinx SDK 时,我没有在 xparameters.h 中看到这些参数更新。任何提示?
我修改了“system.mhs”文件如下:
begin microblaze
// some lines of code
PARAMETER C_PVR = 2
PARAMETER C_PVR_USER1 = 0x02
PARAMETER C_PVR_USER2 = 0x0bb35
//some lines of code
End
当我在 Xps 中构建硬件并导出到 xilinx SDK 时,我没有在 xparameters.h 中看到这些参数更新。任何提示?