Skip to content
Snippets Groups Projects
PL1
Commit e8670512 authored by bouazizrahma's avatar bouazizrahma
Browse files

fix the generation of the vcd trace using mutex

parent c803b3d3
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,16 @@ typedef struct
} __po_hi_ba_automata_state_t;
/* __po_hi_vcd_event_kind_t : this type enumerates the different
* kinds of events caught in the vcd trace */
typedef enum
{
__po_hi_task_wait_dispatch,
__po_hi_task_dispatched,
__po_hi_store_in_port_queue,
__po_hi_next_value_port_queue,
} __po_hi_vcd_event_kind_t;
void __po_hi_copy_array (void* dst, void* src, __po_hi_uint32_t size);
#endif /* __PO_HI_TYPES_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment