aboutsummaryrefslogtreecommitdiff
path: root/notes/chisel.04.13.15.txt
blob: b9a1d099c89872e341ac24713bdb734c76a235d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Std Library Discussion

FIRRTL Feedback:
   Can we write an asynchronous FIFO using our implicit clock port semantics? (Patrick)
      Unclear.

   Can't mux between Bundle Types. (Stephen)
      We think that is ok.

   Bit-wise operation on SInts. Knocking down low bits. (Stephen)
      Good point, we can define these.

   UInt - UInt = SInt
      ...

   cmem vs reg of vec?
      reg of vec has initialization, and can be accessed combinationally
      maybe

   subword updates?
      modeled through the bundle types
      not supported, but need to figure out how to support it

   printfs and asserts

   all primops require same widths. Need explicit incrementer node.

   add padTo