diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -12,6 +12,7 @@ on-reset Write lowering step for primops Add bit-reduce-and etc to primops (Jonathan) Add source locaters +Add Unit Tests for each pass ======== Check Passes ========== Parser @@ -30,7 +31,6 @@ Well-formed low firrtl All things only assigned to once ======== Other Passes ======== -Flo backend PrimOp lowering ======== Think About ======== @@ -46,7 +46,7 @@ Figure out how widths propogate for all updated primops (Adam) Add partial bulk connect (Scott, Stephen) Add FIFOs to the IR (Palmer) Think about supporting generic primops on bundles and vecs (Adam) (wait until front-end more completed) - + ======== Update Spec ======== Add Not to spec add assertions and printfs @@ -63,3 +63,17 @@ Future questions to address in spec: Subtracting two unsigned numbers… Should talk to a math guy to figure it out What are shift left and shift right operations? HW doesn’t have these concepts. Need justification. What is lowered form? What is it for? + +======== Pass Ideas ========== +Bounds checks for accessors +Overflow checks for add/add-wrap +Check combinational +Fast C++ where wires/register/instances are predicated + + +======== Next layer components ======= +Accelerator with config registers +Schedulable + Decouple + Nack +Scheduler |
