Home
last modified time | relevance | path

Searched refs:valLsb (Results 1 – 2 of 2) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.h520 void BCAsgn_init(ByteCode *bc, Net *net, Value *netLsb, Value *value, unsigned valLsb, unsigned wid…
532 void BCNbAsgnD_init(ByteCode *bc, Net *net, Value *netLsb, Value *value, unsigned valLsb, unsigned …
538 void BCNbAsgnE_init(ByteCode *bc, Net *net, Value *netLsb, Value *value, unsigned valLsb, unsigned …
544 void BCWireAsgnD_init(ByteCode *bc, Net *net, int id, Value *netLsb, Value *value, unsigned valLsb,…
600 void BCMemPut_init(ByteCode *bc,Net *n, Value *addr, Value *netLsb, Value *data,unsigned valLsb,uns…
606 void BCNbMemPutD_init(ByteCode *bc,Net *n, Value *addr, Value *netLsb, Value *data,unsigned valLsb,…
612 void BCNbMemPutE_init(ByteCode *bc,Net *n, Value *addr, Value *netLsb, Value *data,unsigned valLsb,…
H A Dbytecode.c679 unsigned valLsb,unsigned width,deltatime_t delay) in BCNbMemPutD_init() argument
688 m->m_valLsb = valLsb; in BCNbMemPutD_init()
735 unsigned valLsb,unsigned width,Trigger *trigger) in BCNbMemPutE_init() argument
744 m->m_valLsb = valLsb; in BCNbMemPutE_init()
800 m->m_valLsb = valLsb; in BCMemPut_init()
900 a->a_valLsb = valLsb; in BCAsgn_init()
962 unsigned valLsb, unsigned width,deltatime_t delay) in BCNbAsgnD_init() argument
970 a->a_valLsb = valLsb; in BCNbAsgnD_init()
1038 a->a_valLsb = valLsb; in BCNbAsgnE_init()
1097 unsigned valLsb, unsigned width,deltatime_t delay) in BCWireAsgnD_init() argument
[all …]