URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
Subversion Repositories oms8051mini
[/] [oms8051mini/] [trunk/] [help/] [help.ets.txt] - Rev 31
Go to most recent revision | Compare with Previous | Blame | View Log
1. How to get the cell name hierachy in ETS
get_cell -hier <cell_name>
2. how to get the net name hierachy in ets
get_net -hier <net_name>
3. How to detach a net in ets
detach_net <net_name> <cell pin name>
4. How to attach a net in ets
attach_net <net_name> <cell pin name>
--------- ATPG ---
ATPG Commands : file:///tools/et11.1/doc/dftcmdguide/chap2.html
Go to most recent revision | Compare with Previous | Blame | View Log