Forum Discussion

MingBai's avatar
MingBai
Icon for New Contributor rankNew Contributor
4 years ago
Solved

set get_device_family [get_parameter_value DEVICE_FAMILY]

Dear,
I can't get the device by calling get_parameter_value .
What's Wrong ?
The code is as follows:
proc elaboration_callback {} {
set get_device_family [get_parameter_value DEVICE_FAMILY]
}
  • Hi mingcan,

    I tried with simple tcl script of device_family and it worked well.

    package require -exact qsys 15.0 (14.0 and 16.0 both also worked)

    Quartus lite version 21.1

6 Replies

  • ShengN_altera's avatar
    ShengN_altera
    Icon for Super Contributor rankSuper Contributor

    Hi mingcan,

    Try to use command 'get_project_property' instead of 'get_parameter_value'. The error still persist?

    Best Regards,
    Sheng

    p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos.