URL
https://opencores.org/ocsvn/soc_maker/soc_maker/trunk
Subversion Repositories soc_maker
[/] [soc_maker/] [trunk/] [examples/] [run.txt] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
n my_soc v1 top# create two instances of core_A and core_Ba core_A rel1 A_insta core_B rel1 B_inst# set parameter 'param1' for 'A_inst'p A_inst param1 16# set static-parameter for core_Asparameter core_Arel1 p2 3# connect A_inst and B_instc A_inst ifc01 B_inst myifc my_connection# add a third instancea core_A rel1 C_inst# delete the instanced C_inst# generate the filesgs test.yaml
Go to most recent revision | Compare with Previous | Blame | View Log
