Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi meds7, This is a part of my .dts file: in that my module is ''vidoe data stream' ,other modules mentioned with compitible options and my modules is with unknown ,but I can't find any option in .tcl that represents compatible option.one more thins is ,this is my custom module so it doesn't have compatible options in that. //===================================== jtag_uart: serial@0x20000 { compatible = "altr,juart-14.1", "altr,juart-1.0"; reg = <0x00020000 0x00000008>; interrupt-parent = <&hps_0_arm_gic_0>; interrupts = <0 42 4>; }; //end serial@0x20000 (jtag_uart) video_data_stream_0: unknown@0x30040 { compatible = "unknown,unknown-1.0"; reg = <0x00030040 0x00000040>; }; //end unknown@0x30040 (video_data_stream_0) sysid_qsys: sysid@0x10000 { compatible = "altr,sysid-14.1", "altr,sysid-1.0"; reg = <0x00010000 0x00000008>; id = <2899645456>; /* embeddedsw.dts.params.id type NUMBER */ timestamp = <1437468644>; /* embeddedsw.dts.params.timestamp type NUMBER */ }; //end sysid@0x10000 (sysid_qsys) //===================================== Let me know if you have any idea about that. Thanks for reply. --- Quote End --- Hi, I mean the _hw.tcl file that belongs to your custom ip component. You said you designed several custom Avalon components which you instantiate in your Qsys design. You need to setup a _hw.tcl file for your component where you should define some settings. Please have a look at this page; http://www.alterawiki.com/wiki/sopc2dts under section Module and Interface Assignments in hw.tcl Influencing Sopc2dts Regards