Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

compatible parameter origins and overriding

Altera_Forum
Honored Contributor II
976 Views

After Qsys system generation: 

- What are the origins of "compatible" parameter (later used in Device Tree Blob) in generated .sopcifo/.xml files? 

- And is it possible to override this parameter using Quartus tools?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
262 Views

Device Tree related information in .sopcinfo file is set during qsys - generate process. qsys searches ip core's directory for *_hw.tcl script, where device tree related commands may reside. 

 

for example

set_module_assignment embeddedsw.dts.vendor "ALTR" 

set_module_assignment embeddedsw.dts.group "msgdma" 

set_module_assignment embeddedsw.dts.name "msgdma-dispatcher" 

set_module_assignment embeddedsw.dts.compatible "ALTR,msgdma-dispatcher-1.0" 

 

overriding can be achieved with editing these scripts
0 Kudos
Reply