Custom Query (53 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 53)

7 8 9 10 11 12 13 14 15 16 17 18
Ticket Owner Reporter Resolution Summary
#66 Nicolas Pouillon - invalid -
#6 Nicolas Pouillon Nicolas Pouillon wontfix MutekS Scheduler
Description

The MutekS scheduler copies task status even if task is alone on CPU. This is slow.

State saving should be done on stack, this may be faster than on fixed descriptior, and more scalable

#18 Nicolas Pouillon Nicolas Pouillon fixed Rework hardware signal connection directives
Description

c0.p0( c1.p0 ) SystemC-like syntax is not so good. Maybe we should overload a binary operator to archieve the same task.

  • == cant be used because it will be used when python tries to compare objects
  • + - / * % could also be used, but are not readable either.
  • // could be good

With proper return-values, we could also write:

c0.p0 // c1.p0

or

c0.p0 // c1.p0 // c2.p0

or

sig = c0.p0 // c1.p0
sig // c2.p0
7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.