You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added "createAnno" from DefMemory, DefSeqMemory, FirrtlMemory and DefMemPort case
- Implement "createAnnoMem" to create a TyeavesAnnotation for memory (a memory does not extend the Data type)
- Return empty annotations from Connect, DefInvalid
- Add warning message for "Unhandled circuit commands"
- Added the following tests:
- ROM of ground type
- SyncReadMem (when UNUSED) of ground type, aggregate types (bundle)
- Mem (when UNUSED) of ground type, aggregate types (bundle)
- SRAM of ground type (with different combs of ports), aggregate types
- SyncReadMem (when USED) of ground type, aggregate types (this instantiate MPORT)
- Mem (when USED) of ground type, aggregate types (this instantiate MPORT)
0 commit comments