Custom Query (53 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 53)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Owner Reporter Resolution Summary
#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
#1 Nicolas Pouillon Nicolas Pouillon fixed Integrer Mutek/D
Description

Integrer la generation de source pour MutekD

  • Creation de ldscript
  • Creation de glue code
#3 Nicolas Pouillon Nicolas Pouillon fixed Integrer la nouvelle SocLib (caba / tlm / tlmt)
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.