Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 93)

Ticket Resolution Summary Owner Reporter
#12 fixed [DSX] import bug in vld.task and implicit include in sc_main template somebody ludovic.lhours@…
Description
  • Cannot import SyntheticTask from soclib in vld.task

changing soclib to soclib.hwtask correct bug but should work in the current state (through init.py reexport). May depend on version of Python?

  • Add of #include <signal.h> in sc_main.cpp template which was assume to be included from dependencies.
#13 fixed bad template type generation somebody ludovic.lhours@…
Description

in function getType of specialization.py, a space may be missing if last character of tp is '>'. For example: Port('word_in', 'p_my_port', word_t='sc_uint<16>')

#15 fixed add computable parameter to soclib-cc somebody ludovic.lhours@…
Description

This patch add the ability to compute a parameter value from a parameter.Reference. At the moment only template construction and value multiplication are implemented. Here is an example:

Port('caba:fifo_input', 'p_input', 2,

data_t=parameter.Template('sc_uint',

[ parameter.Reference('IP_BITWIDTH') * 4])),

Note: See TracQuery for help on using queries.