chipsalliance/chisel

Add Bundle.Init (analogous to VecInit / Bundle.Lit)

开放

#2,435 创建于 2022年3月7日

 (6 条评论) (0 个反应) (0 位负责人)Scala (651 个派生)batch import
good first issue

仓库指标

星标
 (4,658 个星标)
PR 合并指标
 (平均合并 3天 21小时) (30 天内合并 16 个 PR)

描述

I sketched out a version of this here: https://scastie.scala-lang.org/D0948BD1SgeZEqLGkVBoJg

Ideally this (and VecInit for that matter) would:

  1. compose
  2. utilize DataView -- (we probably cannot change VecInit but views here so that you can connect to the underlying fields would be nice)

Regardless, this sketch is useful on its own even without the more robust solution

Type of issue: bug report | feature request | documentation | other enhancement

Impact: API addition (no impact on existing code)

Development Phase: proposal

What is the use case for changing the behavior?

Useful API for users

贡献者指南